|
@@ -1,19 +1,22 @@
|
|
|
{
|
|
|
- "name": "",
|
|
|
- "short_name": "",
|
|
|
+ "name": "GoDash: A blazing fast start-page written in Go",
|
|
|
+ "short_name": "GoDash",
|
|
|
"icons": [
|
|
|
{
|
|
|
- "src": "/android-chrome-192x192.png",
|
|
|
+ "src": "/static/favicon/android-chrome-192x192.png",
|
|
|
"sizes": "192x192",
|
|
|
"type": "image/png"
|
|
|
},
|
|
|
{
|
|
|
- "src": "/android-chrome-512x512.png",
|
|
|
+ "src": "/static/favicon/android-chrome-512x512.png",
|
|
|
"sizes": "512x512",
|
|
|
"type": "image/png"
|
|
|
}
|
|
|
],
|
|
|
- "theme_color": "#ffffff",
|
|
|
- "background_color": "#ffffff",
|
|
|
- "display": "standalone"
|
|
|
+ "theme_color": "#d07915",
|
|
|
+ "background_color": "#d07915",
|
|
|
+ "display": "standalone",
|
|
|
+ "description": "A blazing fast start page for your services written with Go and TailwindCSS",
|
|
|
+ "start_url": "/",
|
|
|
+ "scope": "/"
|
|
|
}
|