Inspect and view changes in minimal-startpage 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
{
"manifest_version": 3,
"name": "minimal-startpage",
"short_name": "startpage",
"version": "2.0",
"description": "Overrides the browsers newtab page with a custom startpage.",
"author": "shaaanuu",
"icons": {
"64": "img/icon64.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "minimal-startpage@shaaanuu.dev"
}
}
}