Live Followlist for Twitch

Live Followlist for Twitch

Get notified when your favorite streamers go live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "__MSG_appName__",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "default_locale": "en_US",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "__MSG_appName__"
  },
  "icons": {
    "16": "icon16x16.png",
    "24": "icon24x24.png",
    "32": "icon32x32.png",
    "48": "icon48x48.png",
    "128": "icon128x128.png"
  },
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "permissions": [
    "cookies",
    "storage",
    "notifications",
    "https://*.twitch.tv/",
    "https://*.static-cdn.jtvnw.net/jtv_user_pictures/"
  ],
  "version": "1.0"
}