{
  "name": "코트메이트 CourtMate",
  "short_name": "CourtMate",
  "description": "배드민턴 모임 대진표 생성, 모임 안내, 참가자 내 경기 확인 웹앱",
  "id": "/?app=courtmate",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f7fbf6",
  "theme_color": "#0b7a43",
  "orientation": "portrait-primary",
  "lang": "ko-KR",
  "categories": ["sports", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
