Redacted

Redacted

Redacted -

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "James Tomasino",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "name": "Redacted",
    "default_icon": "icon128.png",
    "default_title": "Redacted"
  },
  "content_scripts": [
    {
      "css": [
        "main.css"
      ],
      "js": [
        "jquery.js",
        "main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Redacted - ",
  "homepage_url": "http://github.com/jamestomasino/redacted",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Redacted",
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "Redacted",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1",
  "web_accessible_resources": [
    "fonts/redacted-regular.eot",
    "fonts/redacted-regular.svg",
    "fonts/redacted-regular.ttf",
    "fonts/redacted-regular.woff",
    "fonts/redacted-regular.woff2"
  ]
}