Screen Share Privacy & Blur - Privacy Lens Firefox

Examine source code of Screen Share Privacy & Blur - Privacy Lens

Inspect and view changes in Screen Share Privacy & Blur - Privacy Lens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Screen Share Privacy & Blur - Privacy Lens",
  "short_name": "Privacy Lens",
  "version": "0.5.4",
  "description": "Blur or hide media, redact sensitive text and form fields, protect tab titles, and restore pages after screen shares or recordings.",
  "homepage_url": "https://labs.wiplash.ai/privacy-lens/",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "shared/runtime-config.js",
      "shared/settings.js",
      "background.js"
    ]
  },
  "action": {
    "default_title": "Toggle Privacy Lens",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Toggle the Privacy Lens controls"
    }
  },
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "shared/runtime-config.js",
        "shared/settings.js",
        "content/matcher.js",
        "content/privacy-engine.js",
        "content/content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/brand-mark.svg",
        "assets/ui/*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-lens@wiplash.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Screen Share Privacy & Blur - Privacy Lens Alternatives

Here are some Firefox add-ons that are similar to Screen Share Privacy & Blur - Privacy Lens: