Panel for WhatsApp™ Web Firefox

Examine source code of Panel for WhatsApp™ Web

Inspect and view changes in Panel for WhatsApp™ Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "1.6",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "__MSG_extensionName__",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/inject.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "js/purify.min.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "html/background.html"
  },
  "permissions": [
    "https://web.whatsapp.com/*",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best Panel for WhatsApp™ Web Alternatives

Here are some Firefox add-ons that are similar to Panel for WhatsApp™ Web: