Weekly Series

Weekly Series

Replace your new tab with a quick snapshot of your favorite TV shows status.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Weekly Series",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "cookies"
  ]
}