{
  "name": "Bgent B2B Mall",
  "short_name": "B2B Mall",
  "description": "기업 구매 · 자동 세금계산서",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/static/react/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/react/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "상품 구매", "url": "/app/catalog", "description": "카탈로그에서 구매" },
    { "name": "구매내역", "url": "/app/orders", "description": "주문/발행 내역" }
  ]
}
