Inspect and view changes in Patrick Jun's 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": "Patrick Jun's newTab",
"version": "1.0.3",
"manifest_version": 3,
"description": "Patrick Jun's newTab for Chrome/Firefox/Edge",
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"content_security_policy": {
"script-src": "self",
"object-src": "self"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}