Grey New Tab

Grey New Tab

Replace the NewTab with grey color,and a logo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "name": "Grey New Tab",
  "description": "Replace the NewTab with grey color,and a logo.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}