{
  "name": "신성 교인 관리",
  "short_name": "신성교인",
  "id": "../index.php",
  "start_url": "../index.php?action=dashboard",
  "scope": "../",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f3f4f4",
  "theme_color": "#176d87",
  "description": "교인 검색, 등록, 수정, 선교회별 조회를 휴대폰과 컴퓨터에서 사용할 수 있는 교인 관리 도구",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/original-transparent.png",
      "sizes": "432x432",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "교인 검색",
      "short_name": "검색",
      "url": "../index.php?action=members"
    },
    {
      "name": "새 교인 등록",
      "short_name": "등록",
      "url": "../index.php?action=member_new"
    },
    {
      "name": "선교회별 보기",
      "short_name": "선교회",
      "url": "../index.php?action=affiliations"
    }
  ]
}
