History & Cache Cleaner

History & Cache Cleaner

Clear your browser history, cache and cookies for Google Chrome in just one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://history-and-cache-clean.freeonlineapps.net",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "storage",
    "browsingData",
    "cookies"
  ],
  "short_name": "history & web cache cleaner",
  "version": "3.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  }
}