Clean Cache:Cookies History, Cached & Files

Clean Cache:Cookies History, Cached & Files

Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "Clean Cache:Cookies History, Cached & Files",
  "description": "Easily clears all of the data that clogs up your memory & battery: cookies, browsing history, cached images & files, and more!",
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "156": "icons/icon156.png",
    "196": "icons/icon196.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "browsingData",
    "storage",
    "notifications",
    "tabs"
  ]
}