Gray New Tab Page

Gray New Tab Page

Blank, slightly gray new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Eric Tang",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Blank, slightly gray new tab page.",
  "icons": {
    "128": "graynewtab-icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "name": "Gray New Tab Page",
  "offline_enabled": true,
  "short_name": "Gray New Tab",
  "version": "1.0.0"
}