Avocado Cleaner

Avocado Cleaner

Easily clear your browser using the default settings or your own

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Avocado Cleaner",
  "description": "Easily clear your browser using the default settings or your own",
  "icons": {
    "128": "img/avocado-o-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "options_page": "pages/options/options.html",
  "permissions": [
    "tabs",
    "storage",
    "browsingData",
    "cookies",
    "background",
    "notifications",
    "scripting"
  ],
  "version": "2.1.0",
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "pages/popup/popup.html",
    "default_title": "Avocado Cleaner"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}