Blank New Tab

Blank New Tab

Replaces the default New-Tab-Page with an entirely empty page. Bright in bright mode and dark in dark mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "2",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "128": "icon_128.png",
    "256": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}