Auto History Wipe

Auto History Wipe

Auto History Wipe - Auto History Cleaner delete cache when closing or starting chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {}
  },
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png",
    "256": "256.png",
    "512": "512.png"
  },
  "manifest_version": 3,
  "options_ui": {
    "page": "options.html"
  },
  "host_permissions": [
    "https://app-how-to-use-it.com/*"
  ],
  "permissions": [
    "storage",
    "browsingData"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.4"
}