FunimationFix

FunimationFix

A browser plugin to correct and add features on Funimation.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FunimationFix",
  "version": "0.4.2",
  "description": "A browser plugin to correct and add features on Funimation.com",
  "content_scripts": [
    {
      "matches": [
        "*://www.funimation.com/shows/*",
        "*://www.funimation.com/*/shows/*",
        "*://www.funimation.com/player/*",
        "*://www.funimation.com/v/*"
      ],
      "css": [
        "styles/style.css"
      ],
      "js": [
        "scripts/script.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [],
  "homepage_url": "http://www.myheartsabitterbuffalo.com/FuniFix",
  "author": "Bitter Buffalo",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    "scripts/player.js",
    "scripts/new-player.js"
  ],
  "browser_action": {
    "default_icon": "images/icon_16.png"
  }
}