Fake my history

Fake my history

Fake your Browser History

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fake my history",
  "version": "1.0.1",
  "description": "Fake your Browser History",
  "manifest_version": 3,
  "author": "JMcrafter26",
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png",
    "512": "assets/icons/512.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Options - Fake my history"
  },
  "options_page": "index.html",
  "permissions": [
    "storage",
    "history",
    "browsingData",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}