New Google Tab

New Google Tab

Get Google back as your new tab page.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.1",
  "icons": {
    "16": "icons/tab-dark-16.png",
    "32": "icons/tab-dark-32.png",
    "48": "icons/tab-dark-48.png",
    "128": "icons/tab-dark-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "__MSG_extName__"
  },
  "homepage_url": "https://github.com/fridlev/NewGoogleTab",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}