Files
lux/Lux.UI/wwwroot/manifest.json
T
2025-07-18 08:39:10 +02:00

14 lines
259 B
JSON

{
"short_name": "Lux.UI",
"name": "Lux.UI App .NET8",
"icons": [
{
"src": "images/favicon.png",
"sizes": "256x256",
"type": "image/png"
}
],
"start_url": "/Lux.UI/",
"display": "standalone",
"orientation": "landscape"
}