Usercentrics Data Shield

Usercentrics Data Shield

Usercentrics Data Shield is free to use and will automatically manage cookie banners for you based on your settings, so you don't have to see them anymore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "1.0.5",
  "description": "__MSG_extDescription__",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "default_locale": "en",
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
  "browser_action": {
    "default_icon": {
      "16": "icon-raw-16.png",
      "48": "icon-raw-48.png",
      "128": "icon-raw-128.png"
    },
    "default_title": "Usercentrics extension",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{0acd9d69-a715-4eb0-8196-82236ff72815}"
    }
  }
}