{
  "name": "하루책 Harubook",
  "short_name": "하루책",
  "description": "AI 파트너와 함께 쓰는 연재 소설형 투두 앱",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf2f8",
  "theme_color": "#ec4899",
  "categories": ["productivity", "lifestyle", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "홈",
      "short_name": "홈",
      "url": "/home",
      "description": "오늘의 할 일"
    },
    {
      "name": "이야기",
      "short_name": "이야기",
      "url": "/story",
      "description": "주간 소설 아카이브"
    }
  ]
}
