{
  "name": "리듬 트래커",
  "short_name": "리듬",
  "description": "IPSRT 기반 기분 및 일상 리듬 추적기 — 하연이의 리듬 트래커",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF7ED",
  "theme_color": "#6366F1",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "medical"],
  "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 maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "오늘 기록하기",
      "short_name": "기록",
      "url": "./#log",
      "icons": []
    },
    {
      "name": "통계 보기",
      "short_name": "통계",
      "url": "./#stats",
      "icons": []
    }
  ]
}