Twitch Live

Twitch Live

Watch Twitch.tv and receive notification when your favorite channel is online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitch Live",
  "description": "Watch Twitch.tv and receive notification when your favorite channel is online.",
  "version": "2.0.9.1",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "19": "img/icons/19.png",
      "38": "img/icons/38.png"
    },
    "default_title": "Twitch Live",
    "default_popup": "html/popup.html"
  },
  "background": {
    "page": "html/background.html"
  },
  "permissions": [
    "notifications",
    "https://api.twitch.tv/kraken/*"
  ]
}