Empty New Tab Page - Red

Empty New Tab Page - Red

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

Merlin
Additional files are visible only to premium users

manifest.json


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