{
  "name": "BEAU-V Shop",
  "short_name": "BEAU-V",
  "start_url": "/dashboard",
  "display": "standalone",
  "scope": "/",
  "orientation": "portrait",
  "background_color": "#F8F9FA",
  "theme_color": "#1A1A2E",
  "categories": ["beauty", "business", "lifestyle"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "대시보드",
      "short_name": "홈",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "빠른 판매",
      "short_name": "판매",
      "url": "/quick-sale",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "고객 관리",
      "short_name": "고객",
      "url": "/customers",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
