{
    "name": "Qubito - Smart Clinic Management",
    "short_name": "Qubito",
    "description": "Multi-tenant SaaS platform for clinic management, patient registration, queue management, and financial tracking.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#12131a",
    "theme_color": "#0051C2",
    "categories": ["medical", "productivity", "business"],
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/qubito-fav-icon.png",
            "sizes": "48x48",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Reception Desk",
            "short_name": "Reception",
            "description": "Register patients and issue tokens",
            "url": "/reception",
            "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Queue",
            "short_name": "Queue",
            "description": "View your patient queue",
            "url": "/doctor",
            "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
        }
    ]
}