added new tablet mode for creating shipping notes

This commit is contained in:
2025-08-05 13:32:50 +02:00
parent 1c4c7368a2
commit dff3a4f5b8
11 changed files with 260 additions and 21 deletions
@@ -0,0 +1,22 @@
{
"name": "Lieferscheine",
"short_name": "Lieferscheine",
"description": "XINON Lieferscheine App",
"start_url": ".",
"display": "standalone",
"background_color": "#f1f5f9",
"theme_color": "#0055FF",
"orientation": "portrait-primary",
"icons": [
{
"src": "/assets/images/xinon-sm-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/images/xinon-sm-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}