{
  "name": "Pingvas - 희귀 수집품 옥션 마켓플레이스",
  "short_name": "Pingvas",
  "description": "희귀 수집품을 경매하고 거래하는 프리미엄 마켓플레이스",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FF3EB5",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "entertainment"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "경매",
      "short_name": "경매",
      "description": "진행 중인 경매 보기",
      "url": "/bid"
    },
    {
      "name": "커뮤니티",
      "short_name": "커뮤니티",
      "description": "커뮤니티 게시글 보기",
      "url": "/community"
    }
  ]
}
