TSP Blank new tab

TSP Blank new tab

Override the new tab page with a blank one

Merlin
Additional files are visible only to premium users

manifest.json


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