Blank New Tab Page (Dark)

Blank New Tab Page (Dark)

This extension brings back the ability to open new tabs to a simple blank new tab page void of any thumbnails or other data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blank New Tab Page (Dark)",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "This extension brings back the ability to open new tabs to a simple blank new tab page void of any thumbnails or other data.",
  "icons": {
    "128": "img/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/bntp.html"
  }
}