Twitching

Twitching

Twitching - twitch.tv relay on edges for better experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitching",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Twitching - twitch.tv relay on edges for better experience",
  "icons": {
    "16": "icons/[email protected]",
    "32": "icons/[email protected]",
    "64": "icons/[email protected]",
    "128": "icons/[email protected]",
    "256": "icons/[email protected]"
  },
  "background": {
    "service_worker": "src/workers.js"
  },
  "action": {
    "default_icon": {
      "128": "icons/[email protected]"
    },
    "default_popup": "src/popup.html",
    "default_title": "Twitching"
  },
  "host_permissions": [
    "https://*.twitch.tv/*",
    "https://usher.ttvnw.net/*"
  ],
  "permissions": [
    "declarativeNetRequest",
    "storage"
  ]
}