{
  "name": "200억 게임 — 현실기반 금융 인생 시뮬레이션",
  "short_name": "200억 게임",
  "description": "200억으로 시작하는 금융 인생 시뮬레이션. 주식·코인·부동산·환율을 실시간 시세로 굴려 수익률을 겨루는 투자 리그전.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f5f7",
  "theme_color": "#f4f5f7",
  "categories": ["finance", "games", "education"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "webapp", "url": "https://selfmadebuja.com/manifest.json" }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "리그전", "short_name": "리그", "url": "/pages/league.html?src=pwa" },
    { "name": "내 상태", "short_name": "상태", "url": "/pages/status.html?src=pwa" }
  ]
}
