{
  "id": "/",
  "name": "LifeDex - 건강기록",
  "short_name": "LifeDex",
  "description": "나와 가족의 건강기록을 한곳에 모아, 필요할 때 쉽게 확인하고 관리해요.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "lang": "ko",
  "categories": ["health", "lifestyle", "medical"],
  "related_applications": [],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "건강 기록",
      "short_name": "기록",
      "url": "/records",
      "icons": [{ "src": "/icons/shortcut-records.png", "sizes": "96x96" }]
    },
    {
      "name": "일정",
      "short_name": "일정",
      "url": "/schedule"
    }
  ]
}
