{
  "name": "KAPC 회원 및 교회 주소록",
  "short_name": "KAPC 주소록",
  "description": "KAPC 회원 및 교회의 연락처와 프로필을 관리하는 주소록 애플리케이션입니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "lang": "ko",
  "scope": "/",
  "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": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png"
    }
  ],
  "categories": ["lifestyle", "social"],
  "shortcuts": [
    {
      "name": "교인명부",
      "short_name": "명부",
      "description": "교인 디렉토리 보기",
      "url": "/directory",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    },
    {
      "name": "두레박",
      "short_name": "게시판",
      "description": "교회 소식 및 소통",
      "url": "/communication",
      "icons": [{ "src": "/favicon.png", "sizes": "64x64" }]
    }
  ]
}
