New Tab G

New Tab G

New tab goes to https://www.google.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab G",
  "version": "1.0.0",
  "description": "New tab goes to https://www.google.com.",
  "chrome_url_overrides": {
    "newtab": "newtabg.html"
  },
  "incognito": "split",
  "minimum_chrome_version": "22"
}