Polish Cookie Consent

Polish Cookie Consent

Automatically accepts cookie policy/GDPR on websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "FiltersHeroes",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.45.1",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "vAPI.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "controlPanel/controlPanel.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "vAPI.js",
      "update.js"
    ]
  },
  "short_name": "__MSG_extensionShortName__"
}