Files
thetool/public/js/pages/WorkorderBase/manifest.json
2025-09-08 16:43:24 +02:00

25 lines
674 B
JSON

{
"name": "Workorder Company PWA",
"short_name": "Workorders",
"description": "A PWA for managing workorders efficiently on mobile devices.",
"start_url": "/WorkorderCompany/mobile",
"display": "standalone",
"background_color": "#1e293b",
"theme_color": "#005384",
"orientation": "portrait-primary",
"icons": [
{
"src": "https://thetool.xinon.at/assets/images/xinon-sm-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "https://thetool.xinon.at/assets/images/xinon-sm-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
]
}