Forget — clear history with one click

Forget — clear history with one click

Protect your privacy and clear your browsing history with one simple click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "19": "img/icon.png",
      "38": "img/[email protected]"
    },
    "default_title": "__MSG_app_name__",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "browsingData"
  ],
  "short_name": "__MSG_app_shortname__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}