{
  "name": "렘수면 계산기",
  "short_name": "수면계산",
  "description": "렘수면 계산, 장기 수면 습관 플랜, DP 기록을 앱처럼 사용하는 수면 도구입니다.",
  "lang": "ko-KR",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f7f2",
  "theme_color": "#2f806f",
  "categories": ["health", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/sleeptime-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/sleeptime-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
