Messenger Notification Special Firefox

Examine source code of Messenger Notification Special

Inspect and view changes in Messenger Notification Special source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Messenger Notifications",
  "version": "1.2",
  "description": "Receive customizable notifications for new messages from Facebook Messenger.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "https://www.messenger.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.messenger.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{61bcd459-33e9-4666-aada-2b8355bb1815}"
    }
  }
}

Best Messenger Notification Special Alternatives

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