{
  "name": "리더스 연차관리 시스템",
  "short_name": "리더스 연차",
  "description": "병원 직원 연차 신청·승인 관리 시스템",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F4F7FA",
  "theme_color": "#003d9b",
  "orientation": "portrait",
  "lang": "ko",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "휴가 신청",
      "url": "/leaves/new",
      "description": "새 휴가 신청 작성"
    },
    {
      "name": "캘린더",
      "url": "/calendar"
    }
  ]
}
