{
  "name": "Patient Guide - 병원 경영 OS",
  "short_name": "Patient Guide",
  "description": "매일 쓰는 병원 경영 대시보드. AI 기반 분석으로 오늘의 액션플랜을 제시합니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3182f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko-KR",
  "categories": ["business", "medical", "productivity"],
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "오늘 데이터 입력",
      "short_name": "입력",
      "description": "오늘의 병원 데이터를 입력합니다",
      "url": "/?page=input",
      "icons": [{ "src": "/static/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "트렌드 분석",
      "short_name": "트렌드",
      "description": "장기 트렌드를 분석합니다",
      "url": "/?page=trends",
      "icons": [{ "src": "/static/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
