{
  "name": "다람쥐 경매",
  "short_name": "다람쥐경매",
  "description": "모바일 우선 경매 쇼핑몰",
  "start_url": "/index.php?utm_source=web_app_manifest",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#9ED9CC",
  "icons": [
    { "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/images/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/images/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/images/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "오늘마감",
      "short_name": "오늘마감",
      "url": "/list.php?sort=endsAt&order=asc",
      "icons": [{ "src": "/icons/shortcut-hourglass.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "내 입찰",
      "short_name": "내 입찰",
      "url": "/mypage.php?tab=bidding",
      "icons": [{ "src": "/images/icons/shortcut-bid.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}

