History Cleaner by Tags

History Cleaner by Tags

History Cleaner Plugin for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_APP_NAME__",
  "description": "__MSG_APP_DESCRIPTION__",
  "version": "2.1.0",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "__MSG_APP_NAME__",
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "history"
  ]
}