TV Show Tracker

TV Show Tracker

Keep track of your favourite TV shows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "helper.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png"
    },
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Keep track of your favourite TV shows.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "TV Show Tracker",
  "permissions": [
    "http://*.tvmaze.com/*",
    "storage",
    "alarms"
  ],
  "version": "2.1.7.2"
}