{
    "name": "GuardianHeart Pulse",
    "short_name": "GH Pulse",
    "description": "CNA shift companion for GuardianHeart ALF eMAR",
    "start_url": "/pulse/stack",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#0f172a",
    "orientation": "portrait",
    "icons": [{
        "src": "/favicon.svg",
        "type": "image/svg+xml",
        "sizes": "any",
        "purpose": "any maskable"
    }],
    "shortcuts": [{
            "name": "My Stack",
            "url": "/pulse/stack",
            "description": "View your resident task stack"
        },
        {
            "name": "Facility Rounds",
            "url": "/pulse/rounds",
            "description": "Equipment observation rounds"
        },
        {
            "name": "Ambient Mode",
            "url": "/pulse/stack?mode=ambient",
            "description": "Start Shadow Documentation — hands-free ambient recording",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        },
        {
            "name": "My Shift",
            "url": "/pulse/shift",
            "description": "View your full shift context and cross-device activity",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        }
    ],
    "share_target": {
        "action": "/pulse/stack",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "files": [{
                "name": "audio",
                "accept": ["audio/webm", "audio/mp4", "audio/m4a", "audio/aac"]
            }]
        }
    }
}