NowStreaming - Twitch

NowStreaming - Twitch

Manage your favorite Twitch streamers, get instant notifications when they come online, and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NowStreaming - Twitch",
  "description": "Manage your favorite Twitch streamers, get instant notifications when they come online, and much more!",
  "version": "3.4",
  "author": "Jota",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "NowStreaming",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "alarms",
    "activeTab",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "https://api.twitch.tv/*",
    "https://id.twitch.tv/*",
    "https://*.jtvnw.net/*"
  ]
}