Added PWA and mobile improvements to the UI

This commit is contained in:
NewHappyRabbit
2025-02-24 11:49:58 +02:00
parent 34fff98c99
commit aa24d317c8
10 changed files with 64 additions and 67 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

+25
View File
@@ -0,0 +1,25 @@
{
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "/icons/icon512_maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "/icons/icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "portrait",
"display_override": ["fullscreen", "minimal-ui"],
"display": "standalone",
"dir": "auto",
"lang": "en",
"name": "OpenFront.io",
"short_name": "OpenFront",
"start_url": "/",
"id": "/"
}