Quick New Tab

Quick New Tab

Customize your Chrome New Tab page without breaking the UX.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Quick New Tab",
  "version": "1.0.4",
  "short_name": "QuickNewTab",
  "description": "Customize your Chrome New Tab page without breaking the UX.",
  "icons": {
    "24": "icon_24.png",
    "32": "icon_32.png",
    "64": "icon_64.png",
    "128": "icon_128.png",
    "512": "icon_512.png"
  },
  "homepage_url": "https://github.com/rmnoon/quick-new-tab",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_page": "options.html"
}