Python Shell

Python Shell

Python shell for your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Python Shell",
  "version": "5.0.2",
  "description": "Python shell for your browser.",
  "manifest_version": 2,
  "icons": {
    "128": "img/python_icon_128.png"
  },
  "background": {
    "page": "background.html",
    "persist": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "offline_enabled": true,
  "browser_action": {
    "default_title": "Python shell",
    "default_popup": "index.html",
    "default_icon": {
      "32": "img/python_icon_32.png"
    }
  }
}