{
  "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": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%236366F1'/><text x='96' y='130' font-size='120' text-anchor='middle' fill='white'>🌊</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%236366F1'/><text x='256' y='350' font-size='320' text-anchor='middle' fill='white'>🌊</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "오늘 기록하기",
      "short_name": "기록",
      "url": "./#log",
      "icons": []
    },
    {
      "name": "통계 보기",
      "short_name": "통계",
      "url": "./#stats",
      "icons": []
    }
  ]
}