{
    "name": "그 사람 마음 뭐야? - AI 호감도 분석기",
    "short_name": "마음분석",
    "description": "카카오톡 대화로 알아보는 AI 호감도 분석! 썸, 연애, 재회 확률을 정확하게 측정하고 맞춤형 공략법을 제공합니다.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff6b6b",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "lifestyle",
        "entertainment",
        "social"
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "분석 시작",
            "short_name": "분석",
            "description": "새로운 대화 분석 시작하기",
            "url": "/",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}