144 lines
3.3 KiB
JSON
144 lines
3.3 KiB
JSON
{
|
|
"name": "Atlas CMMS - Facility Management System",
|
|
"short_name": "Atlas CMMS",
|
|
"description": "Comprehensive maintenance management and facility operations platform",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#2563eb",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["productivity", "business", "utilities"],
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshots/desktop-dashboard.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide",
|
|
"label": "Dashboard view on desktop"
|
|
},
|
|
{
|
|
"src": "/screenshots/mobile-workorders.png",
|
|
"sizes": "375x812",
|
|
"type": "image/png",
|
|
"form_factor": "narrow",
|
|
"label": "Work orders on mobile"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Create Work Order",
|
|
"short_name": "New WO",
|
|
"description": "Quickly create a new work order",
|
|
"url": "/work-orders?create=true",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/shortcut-workorder.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Assets",
|
|
"short_name": "Assets",
|
|
"description": "View and manage assets",
|
|
"url": "/assets",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/shortcut-assets.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Dashboard",
|
|
"short_name": "Dashboard",
|
|
"description": "View system dashboard",
|
|
"url": "/dashboard",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/shortcut-dashboard.png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"prefer_related_applications": false,
|
|
"related_applications": [],
|
|
"scope": "/",
|
|
"lang": "en-US",
|
|
"dir": "ltr",
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
|
"edge_side_panel": {
|
|
"preferred_width": 320
|
|
},
|
|
"handle_links": "preferred",
|
|
"launch_handler": {
|
|
"client_mode": "focus-existing"
|
|
},
|
|
"protocol_handlers": [
|
|
{
|
|
"protocol": "web+atlas-cmms",
|
|
"url": "/?action=%s"
|
|
}
|
|
],
|
|
"file_handlers": [
|
|
{
|
|
"action": "/import",
|
|
"accept": {
|
|
"text/csv": [".csv"],
|
|
"application/vnd.ms-excel": [".xls"],
|
|
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
|
|
}
|
|
}
|
|
]
|
|
} |