{
  "id": "/?source=pwa",
  "name": "StrengthBodyPro — AI 시대의 몸, 건강 훈련 프로그램",
  "short_name": "StrengthPro",
  "description": "초급→중급→고급→평생 4단계 맨몸 근력 프로그램. 운동 그림 설명, 완료 체크, 진행률 보상까지 — 도구 없이 오늘 시작하는 무료 건강 앱.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f13",
  "theme_color": "#0f0f13",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["health", "fitness", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "오늘의 운동 (Level 1)",
      "short_name": "Level 1",
      "url": "./level1.html?source=shortcut",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "건강 지표 기록",
      "short_name": "건강 기록",
      "url": "./health.html?source=shortcut",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
