{
    "name": "Paycore HMS",
    "short_name": "Paycore HMS",
    "description": "Hospital Management System — patient registry, queues, billing, pharmacy, and ward operations in one platform.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0f172a",
    "orientation": "any",
    "categories": ["medical", "productivity", "business"],
    "lang": "en",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/paycore-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Check-in",
            "short_name": "Check-in",
            "url": "/checkin",
            "description": "Register or find a patient"
        },
        {
            "name": "OPD queue",
            "short_name": "OPD",
            "url": "/queues/OPD",
            "description": "Live OPD queue board"
        },
        {
            "name": "Cashier desk",
            "short_name": "Cashier",
            "url": "/queues/CASH",
            "description": "Patients awaiting payment"
        }
    ]
}
