From ff84d142e9d566bf212bffef4ff322128f38438d Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 5 Aug 2025 12:06:10 +0000 Subject: [PATCH] Changed orientation of shipping note App --- public/assets/pwa/shipping-note-tablet-manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/pwa/shipping-note-tablet-manifest.json b/public/assets/pwa/shipping-note-tablet-manifest.json index ae6727cbe..07e3aec5f 100644 --- a/public/assets/pwa/shipping-note-tablet-manifest.json +++ b/public/assets/pwa/shipping-note-tablet-manifest.json @@ -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" } ] -} \ No newline at end of file +}