added new workorder mobile app
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user