Examine source code of CoffeeScript IDE

Inspect and view changes in CoffeeScript IDE source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "http://fiddlesalad.com/coffeescript/"
    },
    "urls": [
      "http://fiddlesalad.com/coffeescript/"
    ]
  },
  "description": "Online playground for CoffeeScript, CSS, and HTML",
  "icons": {
    "128": "appmator128.png"
  },
  "manifest_version": 2,
  "name": "CoffeeScript IDE",
  "version": "2.0.1.7"
}