Twitch Lurker

Twitch Lurker

Always support your favorite streamer by automatically pulling up their stream when they go live.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch Lurker",
  "description": "Always support your favorite streamer by automatically pulling up their stream when they go live.",
  "version": "2.0.4",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background-script-bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage",
    "notifications",
    "contextMenus",
    "https://*.googleapis.com/*",
    "https://*.twitch.tv/*",
    "https://*.kick.com/*",
    "https://*.youtube.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}