One Click History Cleaner

One Click History Cleaner

Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "One Click History Cleaner",
  "short_name": "One Click History Cleaner",
  "background": {
    "service_worker": "background.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "browsingData",
    "notifications"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png",
      "512": "icons/icon512.png"
    }
  },
  "manifest_version": 3,
  "version": "0.1.14"
}