{
  "id": "/?source=pwa",
  "name": "챙김 — 매일의 작은 챙김",
  "short_name": "챙김",
  "description": "오늘 챙길 영양제를 깜빡하지 않게 — 건강 프로필 기반 안전성 알림과 진짜 후기",
  "start_url": "/dashboard?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#F2EBD8",
  "theme_color": "#F5B829",
  "orientation": "portrait",
  "lang": "ko-KR",
  "dir": "ltr",
  "scope": "/",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "챙김 메인 화면 (실제 스크린샷 교체 예정)"
    }
  ],
  "shortcuts": [
    {
      "name": "영양제 추가",
      "short_name": "추가",
      "description": "새 영양제 등록 + 알림 시간 설정",
      "url": "/supplements/new",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "후기 보기",
      "short_name": "후기",
      "description": "같은 체질 분들의 진짜 후기",
      "url": "/community",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "운동 일정",
      "short_name": "운동",
      "description": "오늘 운동 + 보충제 타이밍",
      "url": "/workouts",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.chaenggim.care",
      "url": "https://play.google.com/store/apps/details?id=com.chaenggim.care"
    }
  ]
}
