Files
thetool/public/mobile/warehouse-stocktake/manifest.json
2026-01-13 12:44:45 +01:00

28 lines
697 B
JSON

{
"name": "Lager Inventur",
"short_name": "Inventur",
"description": "PWA für Lager-Inventur und Artikelerfassung",
"start_url": "/MobileApp/WarehouseStocktake",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#005384",
"orientation": "portrait-primary",
"scope": "/MobileApp/",
"icons": [
{
"src": "/assets/images/xinon-sm-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/images/xinon-sm-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity"],
"lang": "de-DE"
}