{
  "short_name": "Fryndo",
  "name": "Fryndo - 여행 동반자를 찾는 소셜 플랫폼",
  "description": "함께 여행할 친구를 찾고, 특별한 여행 경험을 공유하는 플랫폼",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4F46E5",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "categories": ["travel", "social", "lifestyle"],
  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "홈 화면"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "모바일 홈 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "그룹 찾기",
      "short_name": "그룹",
      "description": "여행 그룹 검색",
      "url": "/groups",
      "icons": [{ "src": "icons/groups-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "NFT 컬렉션",
      "short_name": "NFT",
      "description": "내 NFT 컬렉션 보기",
      "url": "/nft/collection",
      "icons": [{ "src": "icons/nft-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "채팅",
      "short_name": "채팅",
      "description": "채팅방 열기",
      "url": "/chat",
      "icons": [{ "src": "icons/chat-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
