MAL History Override

MAL History Override

MAL History Override as the name suggests, overrides the history of the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MAL History Override",
  "description": "MAL History Override as the name suggests, overrides the history of the browser ",
  "version": "3.2.2",
  "chrome_url_overrides": {
    "history": "history.html"
  },
  "browser_action": {
    "default_title": "History"
  },
  "permissions": [
    "history",
    "chrome://favicon/"
  ],
  "icons": {
    "16": "Mal_History_Override_16.png",
    "32": "Mal_History_Override_32.png",
    "48": "Mal_History_Override_48.png",
    "128": "Mal_History_Override_128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}