Some client html meta updates, apple standalone

Resolves #214
This commit is contained in:
Donkie
2023-12-17 21:11:12 +01:00
parent f5b2ffa029
commit c9220b3dbd
6 changed files with 15 additions and 5 deletions

View File

@@ -1,13 +1,22 @@
{
"name": "Spoolman",
"short_name": "Spoolman",
"description": "Keep track of your inventory of 3D-printer filament spools.",
"icons": [
{
"src": "google-touch-icon.png",
"sizes": "512x512"
"purpose": "maskable",
"sizes": "512x512",
"src": "icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"background_color": "#ffffff",
"background_color": "#1F1F1F",
"theme_color": "#DC7734",
"display": "fullscreen"
"display": "standalone"
}