Updated a few files

This commit is contained in:
2026-06-29 22:21:10 +02:00
parent 3e2210c9b9
commit 0988a340e8
13 changed files with 43 additions and 8 deletions
@@ -0,0 +1,21 @@
{
"name": "LupiNex Connect",
"short_name": "LupiNex Connect",
"icons": [
{
"src": "/img/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}