grocy/public/manifest.json
2023-05-19 19:23:50 +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": "#333131",
"theme_color": "#333131",
"display": "standalone"
}