As Seen In

As Seen In

Matches watched anime with Voice Actor performances

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "As Seen In",
  "version": "1.0.0.0",
  "description": "Matches watched anime with Voice Actor performances",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "xml/*.xml"
  ],
  "options_page": "options.html",
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/ASI-logo16.png",
      "32": "images/ASI-logo32.png",
      "48": "images/ASI-logo48.png",
      "128": "images/ASI-logo128.png"
    }
  },
  "icons": {
    "16": "images/ASI-logo16.png",
    "32": "images/ASI-logo32.png",
    "48": "images/ASI-logo48.png",
    "128": "images/ASI-logo128.png"
  },
  "manifest_version": 2
}