{
  "name": "Habit Tracker",
  "short_name": "습관 트래커",
  "description": "로컬 우선 습관 트래커 — 오프라인에서도 기록하고, 로그인하면 기기 간 자동 동기화됩니다.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F9F8F6",
  "theme_color": "#F9F8F6",
  "lang": "ko",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ]
}
