{
  "name": "VRD - Elite Athletic Wear",
  "short_name": "VRD",
  "description": "Premium athletic wear designed for elite performance. Silent Power.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9F9F7",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "categories": ["shopping", "lifestyle", "fitness"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "쇼핑하기",
      "short_name": "Shop",
      "description": "상품 둘러보기",
      "url": "/products",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "장바구니",
      "short_name": "Cart",
      "description": "장바구니 보기",
      "url": "/cart",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "위시리스트",
      "short_name": "Wish",
      "description": "위시리스트 보기",
      "url": "/wishlist",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
