{
  "name": "C-Calendar",
  "short_name": "C-Calendar",
  "description": "커플을 위한 공유 캘린더 — 일정, 위시리스트, 가계부, 영화노트",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF8F5",
  "theme_color": "#C97B84",
  "lang": "ko",
  "categories": ["lifestyle", "productivity"],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "일정 추가",
      "short_name": "일정",
      "description": "새 일정 추가",
      "url": "./index.html#schedule",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "가계부",
      "short_name": "가계부",
      "description": "지출 기록",
      "url": "./index.html#budget",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ]
}
