Broom Cookie Cleaner & Cookie Editor

Broom Cookie Cleaner & Cookie Editor

Broom Cookie Cleaner & Cookie Editor - Your best FREE solution for cookies and history cleaning. Free Download and easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "icons/broom_16.png",
    "24": "icons/broom_24.png",
    "32": "icons/broom_32.png",
    "64": "icons/broom_64.png",
    "128": "icons/broom_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/broom_16.png",
      "24": "icons/broom_24.png",
      "32": "icons/broom_32.png",
      "64": "icons/broom_64.png",
      "128": "icons/broom_128.png"
    },
    "default_popup": "index.html",
    "default_title": "Broom"
  },
  "permissions": [
    "cookies",
    "history",
    "browsingData",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}