{
    "name": "HealthTech Hub",
    "short_name": "HealthTech",
    "description": "AI-powered healthcare solutions - Lab Results Interpreter, Predictive Maintenance, and Test Panel Optimization",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0f1c",
    "theme_color": "#0a0f1c",
    "orientation": "any",
    "icons": [
        {
            "src": "icons/icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Doctor Login",
            "short_name": "Doctor",
            "url": "/pages/login.html?role=doctor"
        },
        {
            "name": "Lab Technician",
            "short_name": "Lab Tech",
            "url": "/pages/login.html?role=lab"
        },
        {
            "name": "Patient Portal",
            "short_name": "Patient",
            "url": "/pages/login.html?role=patient"
        }
    ],
    "categories": ["health", "medical", "productivity"],
    "lang": "en"
}
