{
  "name": "BetScope — 스포츠 배팅 정보 허브",
  "short_name": "BetScope",
  "description": "NBA·MLB·EPL 실시간 스코어, 배당률, 부상자 리포트를 한국어로 제공하는 스포츠 배팅 정보 앱",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07090f",
  "theme_color": "#6366f1",
  "lang": "ko",
  "categories": ["sports", "news"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "배당률 허브",
      "short_name": "배당률",
      "description": "오늘의 스포츠 배당률 확인",
      "url": "/?section=odds",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "부상자 리포트",
      "short_name": "부상자",
      "description": "최신 부상자 현황",
      "url": "/?section=injuries",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "NBA",
      "short_name": "NBA",
      "description": "NBA 스코어 & 뉴스",
      "url": "/?section=nba",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
