WhatsApp Web Mobile Adapter Firefox

Examine source code of WhatsApp Web Mobile Adapter

By: Mahesh Add-on
Inspect and view changes in WhatsApp Web Mobile Adapter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "[Unofficial] Adapts WhatsApp Web for mobile browser by spoofing as PC and applying mobile-friendly overrides",
  "manifest_version": 3,
  "name": "WhatsApp Web Mobile Adapter",
  "version": "0.2.6",
  "homepage_url": "https://github.com/NMahesh20/whatsapp-web-mobile-adapter",
  "icons": {
    "48": "icons/wa-web-48.png",
    "96": "icons/wa-web-96.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "whatsapp-web-mobile-adapter@mahesh",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "waa.js"
      ]
    }
  ]
}

Best WhatsApp Web Mobile Adapter Alternatives

Here are some Firefox add-ons that are similar to WhatsApp Web Mobile Adapter: