New Tab Apps

New Tab Apps

Show the Apps screen in the New Tab instead of the new New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.2.1.1",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "img/icon/16.png",
    "24": "img/icon/24.png",
    "32": "img/icon/32.png",
    "48": "img/icon/48.png",
    "64": "img/icon/64.png",
    "128": "img/icon/128.png",
    "256": "img/icon/256.png"
  },
  "default_locale": "en"
}