Beautiful New Tab Page

Beautiful New Tab Page

New tabs display a beautiful slideshow instead of the usual page thumbnails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Beautiful New Tab Page",
  "description": "New tabs display a beautiful slideshow instead of the usual page thumbnails.",
  "chrome_url_overrides": {
    "newtab": "ntp.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "version": "2015.12.31.1"
}