Errator

Errator

Errator brings javascript errors front and center.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "homepage_url": "http://octatone.github.com/errator",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/background/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "src/browserAction/browserAction.html"
  },
  "options_page": "src/options/options.html",
  "permissions": [
    "debugger",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}