{
  "name": "CM 회원관리",
  "short_name": "CM회원",
  "description": "회원 정보를 관리하는 ClubMen 웹 앱",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "transparent",
  "theme_color": "#2196F3",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "permissions": [
    "wake-lock"
  ],
  "categories": [
    "productivity",
    "sports"
  ],
  "lang": "ko-KR"
}