Twitch Stream Notifier

Twitch Stream Notifier

See when streamers go online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch Stream Notifier",
  "version": "1.7.0",
  "manifest_version": 2,
  "description": "See when streamers go online!",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png",
    "500": "images/logo_500.png"
  },
  "homepage_url": "https://github.com/Friss/TwitchNotifier",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "notifications",
    "storage",
    "background"
  ],
  "browser_action": {
    "default_icon": "images/logo_128.png",
    "default_title": "Twitch Stream Notifier",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/logo_128.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}