Files
grocy/public/manifest.json
Bernd Bestel 5f65f2abd0 New logo
2023-05-19 18:08:26 +02:00

16 lines
256 B
JSON

{
"name": "Grocy",
"short_name": "Grocy",
"icons": [
{
"src": "./img/icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"start_url": "../",
"background_color": "#6c757d",
"theme_color": "#6c757d",
"display": "standalone"
}