{
    "name": "Nervis - Symptom Tracking",
    "short_name": "Nervis",
    "description": "Neurodivergent-friendly symptom tracking web application for managing complex health conditions including POTS, chronic illness, and executive dysfunction",
    "icons": [
        {
            "src": "/static/img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#667eea",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "orientation": "portrait-primary",
    "categories": ["health", "medical", "lifestyle", "utilities"]
}