{
    "name": "ClinicFlow - Clinic Management System",
    "short_name": "ClinicFlow",
    "description": "Comprehensive clinic management system with patient portal, staff dashboards, appointments, inventory, and financial management.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}