{
  "name": "Utility Hub",
  "short_name": "유틸리티허브",
  "description": "무료 온라인 계산기·유틸리티 도구 90가지 — 세금, 대출, 건강, 날짜, 단위 변환",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#3b82f6",
  "lang": "ko",
  "orientation": "portrait-primary",
  "categories": ["utilities", "finance", "productivity"],
  "icons": [
    {
      "src": "/assets/images/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "실수령액 계산기",
      "short_name": "실수령액",
      "url": "/utilities/net-income-calculator/",
      "description": "세후 실수령액 즉시 계산"
    },
    {
      "name": "주택담보대출 계산기",
      "short_name": "주담대",
      "url": "/utilities/mortgage-calculator/",
      "description": "월 상환금·총 이자 계산"
    },
    {
      "name": "환율 계산기",
      "short_name": "환율",
      "url": "/utilities/exchange-rate-calculator/",
      "description": "원화·달러·엔 환율 변환"
    }
  ]
}
