{
    "name": "XIVO — Clarity in Care",
    "short_name": "XIVO",
    "description": "Healthcare clarity for every family. Doctor-reviewed Patient Progress Papers, with absolute privacy.",
    "id": "/dashboard",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FCFAF6",
    "theme_color": "#249694",
    "lang": "en",
    "dir": "ltr",
    "categories": ["medical", "health", "productivity"],
    "icons": [
        {
            "src": "/images/pwa/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New case",
            "short_name": "New case",
            "description": "Start a new patient case",
            "url": "/cases/create",
            "icons": [{ "src": "/images/pwa/icon.png", "sizes": "192x192" }]
        },
        {
            "name": "My patients",
            "short_name": "Patients",
            "description": "View all patient profiles",
            "url": "/patients",
            "icons": [{ "src": "/images/pwa/icon.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
