{
    "name": "AI Health Center Information System",
    "short_name": "AI Health",
    "description": "AI-powered health center information system for patients, vaccination, maternal care, TB, disease surveillance, senior citizens, and AI alerts.",
    "start_url": "/patients",
    "display": "standalone",
    "background_color": "#f7f8fa",
    "theme_color": "#000000",
    "icons": [
        {"src": "/pwa/icon.svg", "sizes": "any", "type": "image/svg+xml"},
        {"src": "/pwa/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"}
    ],
    "shortcuts": [
        {"name": "Patients", "short_name": "Patients", "url": "/patients", "description": "Open patient masterlist"},
        {"name": "Vaccination", "short_name": "Vaccines", "url": "/vaccination", "description": "Open vaccine reminders"},
        {"name": "AI Insights", "short_name": "AI", "url": "/health-ai", "description": "Open AI health alerts"}
    ]
}