SpoilerTV

SpoilerTV

SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpoilerTV",
  "description": "SpoilerTV provides the definitive collection of TV spoilers and show information for the most popular shows on TV.",
  "browser_action": {
    "default_title": "SpoilerTV",
    "default_popup": "index.html",
    "default_icon": {
      "19": "partner/img/19.png",
      "38": "partner/img/38.png"
    }
  },
  "version": "3.7.2",
  "manifest_version": 2,
  "icons": {
    "48": "partner/img/48.png",
    "128": "partner/img/128.png"
  },
  "background": {
    "scripts": [
      "app/requirejs-config.js",
      "bower_components/requirejs/require.js",
      "app/background-main.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://query.yahooapis.com; object-src 'self'",
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "<all_urls>"
  ]
}