TV Show and Series Notifications

TV Show and Series Notifications

TV Show and Series Notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "TV Show and Series Notifications",
  "version": "1.0.2",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "TV Show and Series Notifications",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "TV Show and Series Notifications",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "background"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}