{
  "id": "kr.teample.app",
  "name": "팀플 - 축구 팀 관리",
  "short_name": "팀플",
  "description": "아마추어 축구/풋살 팀 관리 플랫폼",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16A34A",
  "orientation": "portrait-primary",
  "lang": "ko",
  "icons": [
    {
      "src": "/img/icon/128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/img/icon/256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/img/icon/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon/1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "내 팀 일정",
      "short_name": "일정",
      "url": "/page/team/list.php",
      "description": "팀 일정 확인"
    },
    {
      "name": "팀 찾기",
      "short_name": "팀 찾기",
      "url": "/page/team/list.php",
      "description": "팀 검색"
    }
  ],
  "categories": ["sports", "lifestyle"]
}
