Apps & Chrome & Google
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "StartApp",
"description": "Apps & Chrome & Google",
"homepage_url": "https://github.com/max-pub/StartApp",
"manifest_version": 2,
"version": "1.3",
"chrome_url_overrides": {
"newtab": "csp.html"
},
"offline_enabled": true,
"permissions": [
"management"
],
"icons": {
"256": "bin/StartApp.256.png"
}
}