{
    "name": "HealthWavy Private Health Workspace",
    "short_name": "HealthWavy",
    "description": "Track routines, prepare for care, manage documents, and ask Wavy from one private health workspace.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#071c33",
    "theme_color": "#071c33",
    "orientation": "any",
    "categories": [
        "health",
        "medical",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icons/healthwavy-app.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My health today",
            "short_name": "Today",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icons/healthwavy-app.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Ask Wavy",
            "short_name": "Wavy",
            "url": "/ai-assistant",
            "icons": [
                {
                    "src": "/icons/healthwavy-app.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Log health data",
            "short_name": "Log data",
            "url": "/health-tracking",
            "icons": [
                {
                    "src": "/icons/healthwavy-app.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}
