{
    "name": "Document Tracking and Management System",
    "short_name": "DTMS",
    "id": "/?source=dtms-pwa",
    "description": "Region II Trauma and Medical Center Document Tracking and Management System",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f8fafc",
    "theme_color": "#0369a1",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icons/r2tmc-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/r2tmc-apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/r2tmc-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard"
        },
        {
            "name": "Communications",
            "short_name": "Communications",
            "url": "/documents"
        },
        {
            "name": "Documents for Action",
            "short_name": "For Action",
            "url": "/documents-for-action"
        }
    ]
}
