Aar318's Stream Notifier Firefox

Examine source code of Aar318's Stream Notifier

By: Aar318
Inspect and view changes in Aar318's Stream Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Aar318's Stream Notifier",
  "version": "3.33.2.0",
  "description": "Get desktop notifications for Kick and Twitch streamers.",
  "browser_specific_settings": {
    "gecko": {
      "id": "stream-notifier@aar318",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://*.twitch.tv/*",
    "https://*.kick.com/*",
    "https://gql.twitch.tv/gql",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*",
        "https://*.kick.com/*",
        "*://*/*"
      ],
      "js": [
        "stream-notifier.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icons/a simple generic twi.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/a simple generic twi.png",
      "32": "icons/a simple generic twi.png",
      "48": "icons/a simple generic twi.png",
      "128": "icons/a simple generic twi.png"
    },
    "default_title": "Stream Notifier"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "stream-notifier.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Aar318's Stream Notifier Alternatives

Here are some Firefox add-ons that are similar to Aar318's Stream Notifier: