{
    "name": "인지케어 AI - 스마트 헬스케어",
    "short_name": "인지케어AI",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#F8971D",
    "description": "AI 기반 인지훈련 및 음성 상담 서비스로 건강한 삶을 지원합니다.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "lang": "ko-KR",
    "categories": ["health", "medical", "wellness", "productivity"],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "platform": "wide",
            "label": "인지케어 AI 메인 화면"
        }
    ],
    "shortcuts": [
        {
            "name": "음성 상담",
            "short_name": "음성상담",
            "description": "AI와 음성으로 상담하기",
            "url": "/voice-call",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "프로필",
            "short_name": "프로필",
            "description": "내 정보 관리",
            "url": "/profile",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
