Inspect and view changes in Fake my history source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}