{
  "id": "/",
  "name": "TS바로마켓",
  "short_name": "TS바로마켓",
  "description": "내 주변 산업용품을 검색하고 TS Logis·택배·용달 배송으로 주문하는 모바일 마켓",
  "lang": "ko-KR",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/icons/ts-market-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/ts-market-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "상품 검색",
      "short_name": "상품 검색",
      "url": "/search?source=pwa-shortcut",
      "icons": [{ "src": "/icons/ts-market-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "장바구니",
      "short_name": "장바구니",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/ts-market-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "주문 내역",
      "short_name": "주문 내역",
      "url": "/orders?source=pwa-shortcut",
      "icons": [{ "src": "/icons/ts-market-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
