A start page with many useful features.
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": 2,
"version": "1.2.3",
"name": "Start Page",
"description": "A start page with many useful features.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"chrome_settings_overrides": {
"homepage": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"icons": {
"48": "icon.svg",
"96": "icon.svg"
}
}