Cleanup Master Cleaner

Cleanup Master Cleaner

Cleanup Master Cleaner: one-click browsing history cleaner - history, cookies, storage, cache.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "analytics.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_ui": {
    "open_in_tab": true,
    "page": "option/option.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://*.googleapis.com; object-src 'self'",
  "permissions": [
    "browsingData",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "2.5.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}