MyPrivacyChoice

MyPrivacyChoice

Exercise your privacy rights and protect your identity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MyPrivacyChoice",
  "short_name": "MyPrivacyChoice",
  "version": "0.2.0",
  "description": "Exercise your privacy rights and protect your identity.",
  "permissions": [
    "declarativeNetRequest",
    "identity",
    "scripting",
    "sidePanel",
    "storage",
    "tabs"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "global_gpc",
        "enabled": true,
        "path": "global_gpc.json"
      }
    ]
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {},
  "options_page": "options.html",
  "icons": {
    "19": "./images/icon-19.png",
    "38": "./images/icon-38.png",
    "128": "./images/icon-128.png"
  },
  "background": {
    "service_worker": "./scripts/background.js",
    "type": "module"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnCSDIVYa3KUsJdpbri9x6RZCtv4axNo1oE+KRW3lnrjf5JDaa70X1wGm8bdeChYlSpcNFPRruBDroe2DspxvM7zWr0eBP1/Ox1uEdnGZzfj5vhucj/gGseGbzWOIStV4xjI4reddJSrVsKXtyEs4LY9jrQT2HbeHpw3s5YZIYW0wD24WFnh3FD3ySFhoshZMDy4r2EwUbbmU9BHDCOhI23/sL+vkCTe+1PumMYgZUsZz/WZUYnQNzecCmDyfv/R2DHzmvr499/erPZiCFsvs8WucfuPWv34Kqn4PXuWV8UuN7RQiFEOEOWoI+olqtv2Wu0k4320Pg3EYJSXavHGDVQIDAQAB"
}