Master Cleaner

Master Cleaner

Quick and flexible cleaning of all unnecessary browser data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Master Cleaner",
  "description": "Quick and flexible cleaning of all unnecessary browser data",
  "manifest_version": 3,
  "offline_enabled": true,
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "contextMenus",
    "cookies",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "memory.js"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "version": "3.2",
  "action": {
    "default_icon": {
      "128": "images/icon.png"
    },
    "default_popup": "dialog/index.html",
    "default_title": "Master Cleaner"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}