{
  "name": "Bound — 나를 세상에 기록하는 서재",
  "short_name": "Bound",
  "description": "매일의 이야기가 한 권의 책이 됩니다. 감성 일기 앱.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EDE8DF",
  "theme_color": "#EDE8DF",
  "lang": "ko",
  "categories": ["lifestyle", "productivity"],
  "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"
    }
  ]
}
