Twitch Notifier

Twitch Notifier

Allows you to see who's streaming among your followed channels and get instant notification when your favorite channel goes live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch Notifier",
  "description": "Allows you to see who's streaming among your followed channels and get instant notification when your favorite channel goes live.",
  "version": "4.32",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icons/19.png",
      "38": "img/icons/38.png"
    },
    "default_title": "Twitch Notifier",
    "default_popup": "html/popup.html"
  },
  "background": {
    "page": "html/background.html"
  },
  "permissions": [
    "cookies",
    "webRequest",
    "notifications",
    "*://*.twitch.tv/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}