{
  "name": "교회 관리 시스템",
  "short_name": "교회관리",
  "description": "교인 관리, 헌금 출납, 심방, 기도 제목, 출석 관리를 위한 스마트 목회 관리 앱",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1259C3",
  "theme_color": "#1259C3",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "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"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "교인 등록",
      "short_name": "교인등록",
      "description": "새 교인을 등록합니다",
      "url": "./index.html#members",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "헌금 입력",
      "short_name": "헌금입력",
      "description": "헌금을 입력합니다",
      "url": "./index.html#finance",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
