{
  "name": "예약왔어요",
  "short_name": "예약왔어요",
  "description": "AI 예약 관리 — 대화 캡처로 예약을 자동 등록하세요",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF6B35",
  "background_color": "#ffffff",
  "lang": "ko",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "예약 직접 입력",
      "url": "/reservations/new",
      "description": "새 예약을 직접 입력합니다"
    },
    {
      "name": "고객 관리",
      "url": "/customers",
      "description": "고객 목록을 확인합니다"
    }
  ]
}
