OneClick Cleaner for Edge

OneClick Cleaner for Edge

Is Edge browser Slow? Clean up browsing data. Make your Edge browser more faster and Protect your privacy!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "default_locale": "en",
  "description": "__MSG_ext_description__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/inject.js"
      ],
      "matches": [
        "*://atomurl.net/cleaner/*",
        "*://atomurl.net/cleanerapps/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon32.png",
    "default_title": "__MSG_ext_name__"
  },
  "name": "__MSG_ext_name__",
  "permissions": [
    "tabs",
    "browsingData"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "19.0.0.0",
  "version": "0.9.1.5"
}