HK Blank Tab

HK Blank Tab

Override the new tab page with a blank one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HK Blank Tab",
  "description": "Override the new tab page with a blank one",
  "version": "2.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}