{
    "name": "SanoVault - Health Record Management",
    "short_name": "SanoVault",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#f4f4f5",
    "theme_color": "#EF8354",
    "description": "Family health records, reports, and medications",
    "orientation": "any",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Log BP",
            "short_name": "Log BP",
            "description": "Log blood pressure for the last-used person",
            "url": "/bp"
        }
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
