{
  "name": "탕부카페 스마트 오더",
  "short_name": "탕부카페",
  "start_url": "/?mode=customer",
  "scope": "/",
  "display": "standalone",
  "background_color": "#18181b",
  "theme_color": "#D4AF37",
  "description": "탕부카페의 스마트 오더 앱입니다.",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "스마트 주문하기",
      "short_name": "새 주문",
      "url": "/?mode=customer",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "POS (카운터)",
      "short_name": "POS",
      "url": "/?mode=pos",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "KDS (주방 화면)",
      "short_name": "KDS",
      "url": "/?mode=kds",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "태블릿 통합 (POS+KDS)",
      "short_name": "마스터",
      "url": "/?mode=master",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}