mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
16 lines
256 B
JSON
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"
|
|
}
|