{
  "name": "출장스케줄러 - 출장 장착 스케줄 관리",
  "short_name": "출장스케줄러",
  "description": "엔터프라이즈급 출장 및 장착 업무 스케줄 관리 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "any",
  "scope": "/",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "splash_pages": null,
  "icons": [
    {
      "src": "/favicon-20260708.webp",
      "sizes": "48x48 72x72 96x96 144x144",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/logo-ons-20260708.webp",
      "sizes": "128x128",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-20260708-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-20260708-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-20260708.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "새 예약 등록",
      "short_name": "예약 등록",
      "description": "새로운 예약을 빠르게 등록",
      "url": "/reservations?action=new",
      "icons": [
        {
          "src": "/icons/shortcut-new.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "오늘 예약 확인",
      "short_name": "오늘 예약",
      "description": "오늘의 예약 목록 확인",
      "url": "/reservations?filter=today",
      "icons": [
        {
          "src": "/icons/shortcut-today.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "달력 보기",
      "short_name": "달력",
      "description": "월간 예약 달력 확인",
      "url": "/calendar",
      "icons": [
        {
          "src": "/icons/shortcut-calendar.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}