WhatsApp Priority Notifier Firefox

Examine source code of WhatsApp Priority Notifier

Inspect and view changes in WhatsApp Priority Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WhatsApp Priority Notifier",
  "version": "1.0.0",
  "description": "Track unread messages from priority WhatsApp contacts. Get voice alerts and notifications for high-priority users. All data stays completely local and private.",
  "permissions": [
    "alarms",
    "storage",
    "activeTab",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "whatsapp-priority-notifier@niteen.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best WhatsApp Priority Notifier Alternatives

Here are some Firefox add-ons that are similar to WhatsApp Priority Notifier: