Miracle Cache Cleaner

Miracle Cache Cleaner

Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_mcc_app_name__"
  },
  "background": {
    "service_worker": "/js/service-bg-worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_mcc_app_description__",
  "homepage_url": "https://miracleadvance.com/",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_mcc_app_name__",
  "offline_enabled": true,
  "options_page": "options.html",
  "permissions": [
    "storage",
    "browsingData",
    "cookies"
  ],
  "short_name": "M cleaner",
  "version": "1.0.5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/*"
      ]
    }
  ]
}