{
  "name": "개미 투자자 키우기",
  "short_name": "개미 투자자 키우기",
  "description": "가상 주식 투자 시뮬레이션으로 개미 투자자를 키우는 방치형 게임 (엔터테인먼트, 실제 투자 조언 아님)",
  "id": "https://ant-idle-game.vercel.app/",
  "lang": "ko",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#3182F6",
  "background_color": "#3182F6",
  "categories": ["games", "simulation", "entertainment"],
  "icons": [
    { "src": "icons/favicon-48.png?v=203", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png?v=203", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-192.png?v=203", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-512.png?v=203", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png?v=203", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "assets/splash-key-visual.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow" }
  ],
  "shortcuts": [
    {
      "name": "게임 가이드",
      "short_name": "가이드",
      "url": "./guide.html",
      "description": "매매, 방치 수익, 수집품, 조기은퇴 규칙 확인"
    }
  ]
}
