Python Fiddle

Python Fiddle

A Python IDE that runs in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "container": "tab",
      "urls": [
        "http://pythonfiddle.com"
      ],
      "web_url": "http://pythonfiddle.com"
    }
  },
  "description": "A Python IDE that runs in your browser",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Python Fiddle",
  "version": "1.2.5"
}