{
  "name": "kid2004 - 임신 주수 계산기 + 응급 가이드",
  "short_name": "kid2004",
  "description": "임신 주수 계산 + 응급상황 24시 분만실 안내 + 정부 지원금 계산기",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF9F5",
  "theme_color": "#E91E8C",
  "lang": "ko-KR",
  "scope": "/",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "🚨 응급 가이드",
      "short_name": "응급",
      "description": "24시 분만실·증상별 가이드",
      "url": "/emergency/",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "📅 검사 스케줄",
      "short_name": "검사",
      "url": "/checkup-schedule.html",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "💰 지원금 계산",
      "short_name": "지원금",
      "url": "/benefits-calculator.html",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
