{
    "name": "Orosy — AI 매장 매니저",
    "short_name": "Orosy",
    "description": "소상공인을 위한 AI 매장 운영 자동화 — 예약, 고객 관리, SNS 상담을 한 곳에서.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "background_color": "#F5F8F7",
    "theme_color": "#1A8F7F",
    "orientation": "any",
    "lang": "ko",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "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-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "오늘 일정",
            "short_name": "캘린더",
            "description": "오늘의 예약 일정 보기",
            "url": "/calendar",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "받은 상담",
            "short_name": "인박스",
            "description": "AI가 응대 중인 상담 보기",
            "url": "/inbox",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "인사이트",
            "short_name": "인사이트",
            "description": "매장 운영 분석",
            "url": "/insights",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
