{
  "name": "오늘다이빙 - 프리다이빙 버디 매칭",
  "short_name": "오늘다이빙",
  "description": "안전한 프리다이빙을 위한 버디 매칭 서비스",
  "theme_color": "#0891b2",
  "background_color": "#0f172a",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "categories": ["sports", "lifestyle", "social"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "type": "image/png",
      "sizes": "390x844",
      "label": "홈 화면"
    },
    {
      "src": "/screenshot-2.png",
      "type": "image/png",
      "sizes": "390x844",
      "label": "버디 매칭"
    }
  ],
  "shortcuts": [
    {
      "name": "버디 매칭",
      "short_name": "매칭",
      "description": "버디 매칭 시작하기",
      "url": "/matching/new"
    },
    {
      "name": "프로필",
      "short_name": "프로필",
      "description": "내 프로필 보기",
      "url": "/profile"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}