Clear All Data

Clear All Data

Click extension icon to clear all browser data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Clear All Data",
  "description": "Click extension icon to clear all browser data",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "images/clear-all-data.png"
  },
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "3.9",
  "action": {
    "default_icon": "images/clear-all-data.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}