{
  "name": "스토리지 — 이야기저장소",
  "short_name": "스토리지",
  "description": "기억을 저장하고, 내일을 준비하는 디지털 헤리티지 플랫폼",
  "start_url": "/diary",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0061A5",
  "lang": "ko",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/diary.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "일기 목록"
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "일기 쓰기",
      "short_name": "일기",
      "url": "/diary/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "편지 쓰기",
      "short_name": "편지",
      "url": "/dear/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
