Website Notification Extension Firefox

Examine source code of Website Notification Extension

Inspect and view changes in Website Notification Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Notification Extension",
  "version": "1.0",
  "description": "Get notifications from specific websites.",
  "icons": {
    "48": "icon48.png"
  },
  "permissions": [
    "notifications",
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e877403-fcbe-47cd-96d5-91736a297ea6}"
    }
  }
}

Best Website Notification Extension Alternatives

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