Changed orientation of shipping note App

This commit is contained in:
Luca Haid
2025-08-05 12:06:10 +00:00
parent ff5aedd4b4
commit ff84d142e9

View File

@@ -2,11 +2,11 @@
"name": "Lieferscheine",
"short_name": "Lieferscheine",
"description": "XINON Lieferscheine App",
"start_url": ".",
"start_url": "https://thetool.xinon.at/WarehouseShippingNote",
"display": "standalone",
"background_color": "#f1f5f9",
"theme_color": "#0055FF",
"orientation": "portrait-primary",
"orientation": "landscape-primary",
"icons": [
{
"src": "/assets/images/xinon-sm-192.png",
@@ -19,4 +19,4 @@
"sizes": "512x512"
}
]
}
}