{
  "name": "VIBE NEXUS — 생활금융 계산기",
  "short_name": "VibeNexus",
  "description": "환율·대출·예적금·해외결제 수수료 계산기와 금융 정책·부동산·시스템 트레이딩 원고. 계산에 쓴 식과 근거를 결과와 함께 보여줍니다.",
  "lang": "ko",
  "id": "/",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f5f7",
  "theme_color": "#ffffff",
  "categories": ["finance", "productivity", "education"],
  "icons": [
    { "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "실시간 환율 계산기",
      "short_name": "환율",
      "url": "/tools/exchange-rate",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "차트 패턴 분석기",
      "short_name": "차트",
      "url": "/tools/chart-analyzer",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "계산기 전체 목록",
      "short_name": "계산기",
      "url": "/tools",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
