Privacy Mode Overlay Firefox

Examine source code of Privacy Mode Overlay

Inspect and view changes in Privacy Mode Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Mode Overlay",
  "version": "1.3",
  "description": "Adds a visual privacy overlay to web pages to protect sensitive content from shoulder surfing and unwanted visibility.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Privacy Mode Overlay",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "overlay.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Privacy-Mode-Overlay",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Privacy Mode Overlay Alternatives

Here are some Firefox add-ons that are similar to Privacy Mode Overlay: