SCleaner History Cleaner

SCleaner History Cleaner

SCleaner History Cleaner - Smart Browsing History and Tracking Information Cleaner

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extShortDesc__",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png",
      "300": "icons/icon-300.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "html/popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png",
    "300": "icons/icon-300.png"
  },
  "manifest_version": 3,
  "options_page": "html/option.html",
  "permissions": [
    "activeTab",
    "alarms",
    "browsingData",
    "declarativeNetRequest",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "3.0.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}