added new workorder mobile app

This commit is contained in:
2025-09-04 11:39:21 +02:00
parent 7046a4383f
commit 7fe07e2dc0
4 changed files with 652 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"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": "#f1f5f9",
"theme_color": "#4f46e5",
"orientation": "portrait-primary",
"icons": [
{
"src": "https://placehold.co/192x192/4f46e5/ffffff?text=WO",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "https://placehold.co/512x512/4f46e5/ffffff?text=WO",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
]
}