{
  "name": "RedShot - 단기 매수 타이밍 대시보드",
  "short_name": "RedShot",
  "description": "래리 윌리엄스 변동성 돌파 + Minervini VCP + 외국인 수급·뉴스 감성으로 단기 매수 타이밍을 포착",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#dc2626",
  "lang": "ko-KR",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/static/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "내 포트폴리오",
      "short_name": "포트폴리오",
      "url": "/portfolio?utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/img/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "종목 스크리닝",
      "short_name": "스크리닝",
      "url": "/stocks?utm_source=pwa_shortcut",
      "icons": [{ "src": "/static/img/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
