WhatsApp Web Privacy Suite Firefox

Examine source code of WhatsApp Web Privacy Suite

Inspect and view changes in WhatsApp Web Privacy Suite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WhatsApp Web Advanced Privacy Suite",
  "version": "1.4.0",
  "description": "Granular privacy controls for WhatsApp Web: blur sensitive info, unblur on hover, and more. 100% local, zero external dependencies.",
  "author": "ALI RAZA <sudo.aliraza@gmail.com>",
  "browser_specific_settings": {
    "gecko": {
      "id": "whatsapp-privacy-suite@aliraza.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://web.whatsapp.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "commands": {
    "panic-mode": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "Toggle panic mode (hide all content)"
    },
    "toggle-blur": {
      "suggested_key": {
        "default": "Alt+Z"
      },
      "description": "Toggle blur (reveal all / blur all)"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "src/utils.js",
        "src/content.js"
      ],
      "css": [
        "src/styles.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "src/styles.css",
        "src/popup.html",
        "src/popup.js",
        "icons/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "WhatsApp Privacy Suite",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

Best WhatsApp Web Privacy Suite Alternatives

Here are some Firefox add-ons that are similar to WhatsApp Web Privacy Suite: