Privacy Screen Overlay Firefox

Examine source code of Privacy Screen Overlay

By: magnets Add-on
Inspect and view changes in Privacy Screen Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Screen Overlay",
  "version": "1.0.0",
  "author": "ai.team3",
  "description": "Drop a solid, color- and opacity-adjustable privacy overlay over any tab. Toggle by shortcut or toolbar, and auto-cover your sensitive sites.",
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-screen-overlay@aioapp.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Privacy Screen",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "commands": {
    "toggle-privacy": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Toggle the privacy overlay on the current tab"
    },
    "increase-opacity": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period"
      },
      "description": "Make the privacy overlay more opaque"
    },
    "decrease-opacity": {
      "suggested_key": {
        "default": "Ctrl+Shift+Comma"
      },
      "description": "Make the privacy overlay less opaque"
    }
  }
}

Best Privacy Screen Overlay Alternatives

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