Cookie Decliner

Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Decliner",
  "version": "0.1.2",
  "description": "Automatically reject non-essential cookies to protect your privacy!",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_title": "Cookie Decliner",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "32": "assets/icon32.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "options_page": "options.html",
  "manifest_version": 3
}