{
  "name": "FRoGie Intelligence",
  "short_name": "FI",
  "description": "FI-Score 기반 기관급 재무 분석. 업종 백분위 보정으로 복잡한 기업 분석을 5초 안에.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "lang": "ko",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/static/images/logo_dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/images/logo_dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "홈 대시보드",
      "short_name": "홈",
      "description": "FI 홈 대시보드",
      "url": "/",
      "icons": [{ "src": "/static/images/logo_dark.png", "sizes": "96x96" }]
    },
    {
      "name": "스크리너",
      "short_name": "스크리너",
      "description": "FI-Score 기반 종목 스크리너",
      "url": "/screener",
      "icons": [{ "src": "/static/images/logo_dark.png", "sizes": "96x96" }]
    },
    {
      "name": "히트맵",
      "short_name": "히트맵",
      "description": "섹터별 FI-Score 히트맵",
      "url": "/heatmap",
      "icons": [{ "src": "/static/images/logo_dark.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FRoGie Intelligence 홈 화면"
    }
  ],
  "prefer_related_applications": false
}
