ABSOLUTELY Blank New Tab Page

ABSOLUTELY Blank New Tab Page

The fastest new tab page page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.0.0.5",
  "default_locale": "en",
  "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'",
  "chrome_url_overrides": {
    "newtab": "./blank.txt"
  },
  "manifest_version": 2
}