Starlight

Starlight

Receive twitch notifications from this extension more reliably than twitch.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Starlight",
  "version": "2.4",
  "description": "Receive twitch notifications from this extension more reliably than twitch.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png"
  },
  "externally_connectable": {
    "matches": [
      "https://star-reactor.fly.dev/starpulse",
      "https://static-cdn.jtvnw.net/jtv_user_pictures/*"
    ]
  },
  "host_permissions": [
    "https://star-reactor.fly.dev/starpulse"
  ],
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "tabs"
  ]
}