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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698