{
    "id": "/",
    "name": "CashBrain",
    "short_name": "CashBrain",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#F4F7FF",
    "theme_color": "#2457E6",
    "description": "매일 성장하는 두뇌 게임 플랫폼 CashBrain",
    "orientation": "portrait-primary",
    "categories": [
        "games",
        "education",
        "entertainment"
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "오늘 추천 게임",
            "short_name": "추천 게임",
            "description": "CashBrain 오늘 추천 게임을 바로 시작합니다.",
            "url": "/?shortcut=recommended",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "브레인 매치",
            "short_name": "매치",
            "description": "실시간 대전과 AI 연습방으로 이동합니다.",
            "url": "/?shortcut=brain-match",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
