Added all application icon variants (closes #159)

This commit is contained in:
Bernd Bestel
2019-03-02 08:56:53 +01:00
parent 40b60bed85
commit ee38d626aa
11 changed files with 307 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "grocy",
"short_name": "grocy",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}