{
    "name": "HealthMaxer",
    "short_name": "HealthMaxer",
    "description": "Personal health dashboard: Garmin, gym, food, water, and AI insights.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f3f4f6",
    "theme_color": "#4f46e5",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Log water",
            "url": "/quick/water",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Log food",
            "url": "/quick/food",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
