Firebase Notification Sender Firefox

Examine source code of Firebase Notification Sender

Inspect and view changes in Firebase Notification Sender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Firebase Notification Sender Pro",
  "description": "Send notification directly using firebase with advanced options.",
  "version": "1.6",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png",
    "1024": "icons/icon-1024.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "https://webfcm.aitidesign.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://webfcm.aitidesign.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Firebase Notification Sender Alternatives

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