{
  "id": "/",
  "name": "메디밴스",
  "short_name": "메디밴스",
  "description": "메디밴스 병원 관리 솔루션",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#ffffff",
  "theme_color": "#5940F1",
  "orientation": "portrait",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "홈",
      "short_name": "홈",
      "description": "홈 화면으로 이동",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "채팅",
      "short_name": "채팅",
      "description": "채팅 화면으로 이동",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "비품 QR",
      "short_name": "비품",
      "description": "비품 QR 스캔",
      "url": "/supplies",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
