Override the new tab page with a blank one
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "New Tab",
"description": "Override the new tab page with a blank one",
"permissions": [
"topSites",
"chrome://favicon/",
"storage"
],
"version": "0.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}