{
  "name": "Stock Watch",
  "short_name": "StockWatch",
  "description": "워치리스트 모니터링 + AI 인사이트 (Hermes 오케스트레이션)",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "lang": "ko-KR",
  "categories": [
    "finance",
    "news",
    "productivity"
  ],
  "icons": [],
  "shortcuts": [
    {
      "name": "지금 갱신",
      "short_name": "갱신",
      "description": "수동 트리거 — fresh fetch + Hermes 위임",
      "url": "/?action=refresh",
      "icons": [
        {
          "src": "/icons/shortcut-refresh.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "오늘의 브리핑",
      "short_name": "브리핑",
      "url": "/briefing",
      "icons": [
        {
          "src": "/icons/shortcut-briefing.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}