Blank Tab

Blank Tab

A blank new tab page with background color that follows the browser color theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "2.5.1",
  "icons": {
    "16": "exticon.png",
    "32": "exticon.png",
    "64": "exticon.png",
    "128": "exticon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "homepage_url": "https://github.com/zmni/MSEdge-BlankTab",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}