Edge Deep Cleaner

Edge Deep Cleaner

Deep clean up your Edge browser and keep it running smoothly all the time!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "Background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "permissions": [
    "storage",
    "tabs",
    "browsingData",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "__MSG_short_name__",
  "version": "3.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}