Cleaner History Browser

Cleaner History Browser

Clean browser hisotry

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "38": "img/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "Clean browser hisotry",
  "homepage_url": "https://click-and-clean.freebusinessapps.net/",
  "icons": {
    "16": "icons1983/icon16.png",
    "32": "icons1983/icon32.png",
    "48": "icons1983/icon48.png",
    "64": "icons1983/icon64.png",
    "128": "icons1983/icon128.png",
    "256": "icons1983/icon256.png",
    "300": "icons1983/icon300.png",
    "512": "icons1983/icon512.png"
  },
  "manifest_version": 3,
  "name": "Cleaner History Browser",
  "offline_enabled": true,
  "options_page": "options.html",
  "permissions": [
    "storage",
    "browsingData",
    "cookies",
    "activeTab",
    "scripting",
    "tabs",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.1",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contenta42.js"
      ],
      "run_at": "document_start"
    }
  ],
  "author": "[email protected]"
}