Twitch Fox

Never miss a Twitch stream by receiving audio and desktop notification when your followed channels on Twitch start streaming Quickly browse Twitch's channels, games, streams, videos, and clips using a built-in easy-to-navigate Twitch browser
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "4.2.4resigned1",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "jid1-PmBVeuWLfYr73g@jetpack"
    }
  },
  "icons": {
    "48": "icons/twitch-fox.svg",
    "96": "icons/twitch-fox.svg"
  },
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "tabs",
    "https://hunter5000.github.io/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icons/twitch-fox.svg",
    "default_title": "Twitch Fox",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": []
}