Blank New Tab Page

Blank New Tab Page

Override the default new tab page with blank page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "description": "Override the default new tab page with blank page.",
  "icons": {
    "38": "icon-38.png",
    "128": "icon-128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Blank New Tab Page",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}