{
  "name": "더 작은 도서관",
  "short_name": "작은도서관",
  "description": "더 작은 도서관 - 스마트 도서 관리 서비스",
  "start_url": "/user",
  "display": "standalone",
  "background_color": "#f8f6f1",
  "theme_color": "#1e3a5f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
