Notification Silence Firefox

Examine source code of Notification Silence

Inspect and view changes in Notification Silence source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notification Silence",
  "version": "1.0",
  "description": "Blocks all browser notifications on websites.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{025a0b4a-b1e7-4484-9f8a-2ebe7be79a87}",
      "strict_min_version": "114.0"
    }
  }
}

Best Notification Silence Alternatives

Here are some Firefox add-ons that are similar to Notification Silence: