re:consent

re:consent

re:consent - enhanced privacy control for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "re:consent",
  "version": "1.0.8",
  "author": "Cliqz GmbH",
  "description": "__MSG_extensionDescription__",
  "default_locale": "de",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "cookies",
    "privacy",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/png/16x16_consent-readonly-chrome.png",
    "24": "icons/png/24x24_consent-readonly-chrome.png",
    "32": "icons/png/32x32_consent-readonly-chrome.png",
    "128": "icons/png/128x128_logo-chrome.png"
  },
  "page_action": {
    "default_popup": "popup.html",
    "browser_style": true,
    "default_icon": {
      "16": "icons/png/16x16_consent-readonly-chrome.png",
      "24": "icons/png/24x24_consent-readonly-chrome.png",
      "32": "icons/png/32x32_consent-readonly-chrome.png",
      "128": "icons/png/128x128_logo-chrome.png"
    }
  },
  "web_accessible_resources": [
    "content-page-bridge.js"
  ]
}