Use a dynamic (title / URL) manifest

This commit is contained in:
Bernd Bestel
2023-08-01 17:12:35 +02:00
parent 8b444a03e5
commit b74fbddd94
4 changed files with 24 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
{
"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"
}