{
  "name": "세무Hub — 세무사 사무소 통합 운영 시스템",
  "short_name": "세무Hub",
  "description": "세무사 사무소 통합 운영 시스템. 신고관리, 업무관리, CRM, 채팅.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0E2140",
  "background_color": "#F7F6F3",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "이번 주 캘린더",
      "short_name": "캘린더",
      "description": "이번 주 일정 위젯 (작은 창)",
      "url": "/widget/calendar",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "오늘의 업무",
      "short_name": "업무",
      "description": "진행 중인 업무 바로가기",
      "url": "/tasks",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
