Privshot — Redact screenshots Firefox

Examine source code of Privshot — Redact screenshots

Inspect and view changes in Privshot — Redact screenshots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privshot — Redact screenshots",
  "version": "0.3.0",
  "description": "Capture a screenshot and redact PII automatically: names, emails, cards, IDs. Completely private, never stored or shared.",
  "action": {
    "default_title": "Privshot — capture & redact",
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "options_page": "src/options.html",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://privshot.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/panel.js",
        "src/editor.js",
        "src/redact.js",
        "src/crop.js",
        "src/config.js",
        "assets/icons/icon-48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "capture-region": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Privshot — capture a region and redact PII"
    },
    "capture-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Privshot — capture the visible tab and redact PII"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "privshot@privshot.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Privshot — Redact screenshots Alternatives

Here are some Firefox add-ons that are similar to Privshot — Redact screenshots: