Twitch Notif

Twitch Notif

Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Twitch Notif",
  "name": "Twitch Notif",
  "description": "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.",
  "author": "Célian BASTIEN",
  "version": "2.4",
  "permissions": [
    "webRequest",
    "notifications",
    "storage",
    "https://api.twitch.tv/kraken/"
  ],
  "background": {
    "scripts": [
      "js/app.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "img/icon32.png",
      "64": "img/icon64.png",
      "72": "img/icon72.png"
    },
    "default_title": "Twitch Notif",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "32": "img/icon32.png",
    "64": "img/icon64.png",
    "72": "img/icon72.png",
    "128": "img/icon72.png"
  }
}