{
    "name": "AIPOD - AI Powered Orthodontic Diagnosis",
    "short_name": "AIPOD",
    "description": "Advanced AI-powered platform for orthodontic diagnosis and treatment planning. Analyze cephalograms, panoramic X-rays, and create comprehensive treatment plans.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "medical",
        "healthcare",
        "productivity"
    ],
    "scope": "/",
    "lang": "en-US",
    "dir": "ltr"
}