Privacy Shield Firefox

Examine source code of Privacy Shield

Inspect and view changes in Privacy Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privacy Shield",
  "version": "1.0.0",
  "description": "Open-source browser hardening toolkit & privacy risk scanner. Randomize fingerprints, detect trackers, and visualize website privacy risks.",
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-shield@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "allowed": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webNavigation",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "tracker-db.js",
      "risk-engine.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Privacy Shield Alternatives

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