Clear Cache

Clear Cache

One click clears your browser's cache and other configurable items

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Clear Cache",
  "version": "1.0.0",
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "browsingData",
    "tabs",
    "cookies"
  ],
  "description": "One click clears your browser's cache and other configurable items",
  "author": "Brad Friebe",
  "icons": {
    "16": "icons/clearCache16x16.png",
    "32": "icons/clearCache32x32.png",
    "48": "icons/clearCache48x48.png",
    "128": "icons/clearCache128x128.png"
  },
  "browser_action": {
    "default_title": "Clear Cache",
    "default_icon": "icons/clearCache32x32.png"
  },
  "background": {
    "scripts": [
      "js/defaults.js",
      "js/background.js"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}