Unlimited New Tab - Custom Chrome Start page

Unlimited New Tab - Custom Chrome Start page

Replace the default Chrome start page with a clean and modern new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.3",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "64": "icon/icon-64.png",
    "128": "icon/icon-128.png"
  },
  "manifest_version": 3
}