Turbo cleaner

Turbo cleaner

Fast way to boost your browser, improve your privacy and clear all browser garbage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/conf.js"
  },
  "options_page": "options/options.html",
  "description": "Fast way to boost your browser, improve your privacy and clear all browser garbage",
  "icons": {
    "128": "img/turbo-128.png"
  },
  "manifest_version": 3,
  "name": "Turbo cleaner",
  "permissions": [
    "alarms",
    "background",
    "browsingData",
    "cookies",
    "declarativeNetRequest",
    "notifications",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "2.2.4",
  "action": {
    "default_icon": "img/turbo-128.png",
    "default_popup": "popup/popup.html",
    "default_title": "Turbo cleaner"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}