Files
thetool/public/assets/pwa/shipping-note-tablet-manifest.json
2025-08-05 12:06:10 +00:00

23 lines
541 B
JSON

{
"name": "Lieferscheine",
"short_name": "Lieferscheine",
"description": "XINON Lieferscheine App",
"start_url": "https://thetool.xinon.at/WarehouseShippingNote",
"display": "standalone",
"background_color": "#f1f5f9",
"theme_color": "#0055FF",
"orientation": "landscape-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"
}
]
}