All in your new tab start page

All in your new tab start page

All search engines and apps available from the home page of your new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "default_locale": "en",
  "description": "__MSG_chrome_extension_description__",
  "icons": {
    "16": "img/icon_16.png",
    "36": "img/icon_38.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "permissions": [
    "topSites",
    "sessions"
  ],
  "manifest_version": 3,
  "name": "__MSG_chrome_extension_name__",
  "options_page": "tab.html",
  "short_name": "__MSG_chrome_extension_short_name__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.21"
}