Cookie Content Settings

Cookie Content Settings

Tap the full power of your browser's cookie settings, allowing more fine-grained rules.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cookie Content Settings",
  "version": "1.0.1",
  "action": {},
  "description": "Tap the full power of your browser's cookie settings, allowing more fine-grained rules.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "contentSettings",
    "storage"
  ]
}