{
  "name": "J-Pass Buddy - Japan Travel Companion",
  "short_name": "J-Pass Buddy",
  "description": "일본 여행의 완벽한 파트너 - JR패스, 경로 검색, 실시간 교통 정보",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFAF8",
  "theme_color": "#E8847C",
  "scope": "/",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["travel", "navigation", "utilities"],
  "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-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-256x256.png",
      "sizes": "256x256",
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-screen.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "J-Pass Buddy 홈 화면"
    },
    {
      "src": "/screenshots/route-search.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "경로 검색 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "경로 검색",
      "short_name": "검색",
      "description": "출발지와 도착지를 입력하여 경로를 검색합니다",
      "url": "/?view=route",
      "icons": [{ "src": "/icons/shortcut-search.png", "sizes": "96x96" }]
    },
    {
      "name": "JR패스 계획",
      "short_name": "JR패스",
      "description": "JR패스로 여행 계획을 세웁니다",
      "url": "/?view=tripplanner",
      "icons": [{ "src": "/icons/shortcut-jrpass.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
