{
    "name": "해빛스쿨 - 건강 습관 트래커",
    "short_name": "해빛스쿨",
    "description": "매일 건강 습관을 기록하고 포인트를 모으세요! 식단, 운동, 수면을 기록하고 HBT 토큰을 획득하는 Move-to-Earn 건강 앱",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#FFFFFF",
    "theme_color": "#FF9800",
    "lang": "ko",
    "id": "/",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["health", "fitness", "lifestyle"],
    "screenshots": [],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "식단 기록",
            "short_name": "식단",
            "url": "/?tab=diet",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "운동 기록",
            "short_name": "운동",
            "url": "/?tab=exercise",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "걸음수 입력",
            "short_name": "걸음수",
            "url": "/?tab=exercise&section=steps",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
