Empty New Tab Page - Black

Empty New Tab Page - Black

Empty New Tab Page shows a blank, Black page, rather than the chrome default

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Empty New Tab Page - Black",
  "short_name": "Empty Tab",
  "description": "Empty New Tab Page shows a blank, Black page, rather than the chrome default",
  "version": "1.1",
  "chrome_url_overrides": {
    "newtab": "ntp.html"
  },
  "manifest_version": 2
}