Blank New Tab Dark Mode Plus

Blank New Tab Dark Mode Plus

Override the New Tab page with a dark blank page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blank New Tab Dark Mode Plus",
  "description": "Override the New Tab page with a dark blank page",
  "version": "1.0.3",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "default_locale": "en"
}