Dark Cleaner

Dark Cleaner

Clear all browser data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "cleaner.js"
  },
  "description": "Clear all browser data",
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 3,
  "name": "Dark Cleaner",
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "contextMenus",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "2.0.4",
  "action": {
    "default_icon": "images/icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}