Espresso

Espresso

Convert coffee to js on any web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Espresso",
  "description": "Convert coffee to js on any web page.",
  "version": "1.0.1.1",
  "icons": {
    "128": "icon_128.png"
  },
  "author": "Jonathan Creamer",
  "homepage_url": "https://github.com/jcreamer898/espresso",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "scripts/default.css"
      ],
      "js": [
        "scripts/coffee-script.js",
        "scripts/jquery.js",
        "scripts/highlight.pack.js",
        "scripts/espresso.js",
        "scripts/inject.js"
      ]
    }
  ]
}