Clean Master: the best Edge Cache Cleaner

Clean Master: the best Edge Cache Cleaner

One-click cleans your browser cache and trash, protects your privacy, and makes your browser faster and productive

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_apptitle__",
  "description": "__MSG_appdsc__",
  "icons": {
    "32": "icon/32.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "background": {
    "page": "background/bg.html"
  },
  "browser_action": {
    "default_icon": {
      "32": "icon/32.png"
    },
    "default_title": "__MSG_apptitle__",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "option/option.html",
    "open_in_tab": true
  },
  "permissions": [
    "chrome://favicon/",
    "browsingData",
    "background",
    "tabs"
  ],
  "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'",
  "offline_enabled": true,
  "version": "20.9.8.1739",
  "minimum_chrome_version": "36",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}