{
    "id": "/",
    "name": "Diagnoxal",
    "short_name": "Diagnoxal",
    "description": "AI-powered psychiatric diagnostic support grounded in DSM-5-TR and ICD-11 criteria for complex clinical presentations.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#F8F9FA",
    "theme_color": "#1B365D",
    "orientation": "portrait-primary",
    "categories": [
        "medical",
        "health",
        "education"
    ],
    "lang": "en",
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile-landing.png",
            "sizes": "500x820",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Diagnoxal landing page"
        },
        {
            "src": "/screenshots/mobile-features.png",
            "sizes": "500x820",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Clinical features overview"
        }
    ]
}