{
  "name": "스마일농구단",
  "short_name": "스마일농구",
  "description": "청주 농구 동호회, 스마일농구단",
  "start_url": "/team.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "ko",
  "icons": [
    {
      "src": "/img/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "social"],
  "shortcuts": [
    {
      "name": "출석/팀",
      "short_name": "출석",
      "description": "게임 출석 확인",
      "url": "/team.php",
      "icons": [{ "src": "/img/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "회원명단",
      "short_name": "회원",
      "description": "회원 목록 보기",
      "url": "/list_user.php",
      "icons": [{ "src": "/img/favicon.png", "sizes": "192x192" }]
    }
  ]
}
