Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1214)

Unified Diff: ports/ipython_extension/manifest.json

Issue 165473002: Adds an IPython kernel running in NaCl, and a wrapper as a Chrome extension. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/*"
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698