Inspect and view changes in Top Url On NewTab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Top Url On NewTab",
"version": "2.1",
"description": "extension to overide top most visited url of your browser",
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"host_permissions": [
"chrome://favicon/"
],
"permissions": [
"topSites"
],
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}