Yet Another New Tab Page

Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "21.0",
  "name": "Yet Another New Tab Page",
  "short_name": "yantp",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "topSites",
    "bookmarks",
    "chrome://favicon/"
  ],
  "chrome_url_overrides": {
    "newtab": "ntp.html"
  }
}