Chromium Code Reviews| Index: ports/ipython_extension/manifest.json |
| diff --git a/ports/ipython_extension/manifest.json b/ports/ipython_extension/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cb5886fa2ab3118189edbd59368204f5b6459dbf |
| --- /dev/null |
| +++ b/ports/ipython_extension/manifest.json |
| @@ -0,0 +1,14 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "IPython Kernel", |
| + "version": "0.0.1", |
| + "background": { |
| + "scripts": ["background.js"] |
| + }, |
| + "externally_connectable": { |
| + "matches": [ |
| + "https://colab.corp.google.com/*", |
|
Sam Clegg
2014/02/18 23:39:31
Do you mind making this URL public?
|
| + "http://127.0.0.1:8888/*" |
| + ] |
| + } |
| +} |