Basics Browser History Manager

Basics Browser History Manager

This is a browser history manager where you can delete your history and manage your history with the help of this extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Basics Browser History Manager",
  "version": "1.1",
  "description": "This is a browser history manager where you can delete your history and manage your history with the help of this extension",
  "permissions": [
    "browsingData"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}