{
  "name": "쿠박스 - 여행 할인코드",
  "short_name": "쿠박스",
  "description": "여행 할인코드 검색·비교·찜·알림 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0066FF",
  "background_color": "#FFFFFF",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "찜 목록",
      "url": "/mypage/favorites",
      "icons": [{ "src": "/icons/shortcut-wishlist.png", "sizes": "96x96" }]
    },
    {
      "name": "쿠폰 검색",
      "url": "/search",
      "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96" }]
    }
  ]
}
