{
  "name": "두비즈 (Do-biz)",
  "short_name": "두비즈",
  "description": "내 비즈니스에 딱 맞는 모듈형 ERP. 재고·주문·회계를 한 번에.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f9fafb",
  "theme_color": "#3182f6",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "재고 현황",
      "short_name": "재고",
      "description": "재고 현황 바로가기",
      "url": "/m/inventory",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "주문 목록",
      "short_name": "주문",
      "description": "주문 목록 바로가기",
      "url": "/m/orders",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
