Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "manifest_version": 2, | |
| 3 "name": "IPython Kernel", | |
| 4 "version": "0.0.1", | |
| 5 "background": { | |
| 6 "scripts": ["background.js"] | |
| 7 }, | |
| 8 "externally_connectable": { | |
| 9 "matches": [ | |
| 10 "https://colab.corp.google.com/*", | |
|
Sam Clegg
2014/02/18 23:39:31
Do you mind making this URL public?
| |
| 11 "http://127.0.0.1:8888/*" | |
| 12 ] | |
| 13 } | |
| 14 } | |
| OLD | NEW |