{
    "name": "WIA Braille - 촉각 점자 리더",
    "short_name": "WIA Braille",
    "description": "다국어 점자 변환 접근성 웹 앱. 시각장애인을 위한 촉각 피드백 제공. Multilingual Braille conversion accessibility web app.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#667eea",
    "theme_color": "#764ba2",
    "lang": "ko",
    "dir": "ltr",
    "scope": "/",
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["accessibility", "education", "utilities"],
    "screenshots": [
        {
            "src": "screenshots/main.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "메인 화면 / Main Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "변환하기",
            "short_name": "변환",
            "description": "텍스트를 점자로 변환",
            "url": "/",
            "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "iarc_rating_id": "",
    "features": [
        "Offline support",
        "Haptic feedback",
        "Screen reader compatible",
        "Multilingual (Korean, English, Japanese, Chinese)"
    ]
}
