Replace the default Chrome start page with a clean and modern new tab page.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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
}