Jabroni Notify

Jabroni Notify

Receive twitch notifications from this extension more reliably than twitch push notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Jabroni Notify",
  "version": "1.4",
  "description": "Receive twitch notifications from this extension more reliably than twitch push notifications",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png"
  },
  "externally_connectable": {
    "matches": [
      "https://star-reactor.fly.dev/pulse"
    ]
  },
  "host_permissions": [
    "https://star-reactor.fly.dev/pulse"
  ],
  "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"
  ]
}