Exelise cleanup tool

Exelise cleanup tool

Completely cleans your browser

Additional files are visible only to premium users

manifest.json


{
  "name": "Exelise cleanup tool",
  "background": {
    "service_worker": "init-module.js"
  },
  "description": "Completely cleans your browser",
  "action": {
    "default_popup": "ui.html",
    "default_title": "Exelise cleanup tool"
  },
  "icons": {
    "128": "img.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "scripting",
    "declarativeNetRequest",
    "browsingData",
    "cookies",
    "background",
    "notifications"
  ],
  "version": "1.1.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}