Blank New Tab - Dark

Blank New Tab - Dark

Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Blank New Tab - Dark",
  "short_name": "Blank New Tab",
  "version": "1.4",
  "description": "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.",
  "author": "ADHD Squirrel",
  "icons": {
    "48": "BNT48.png",
    "128": "BNT128.png"
  },
  "chrome_url_overrides": {
    "newtab": "ntp.html"
  }
}