{
  "name": "TeamHub - 협업 플랫폼",
  "short_name": "TeamHub",
  "description": "프로젝트 관리, 이슈 트래킹, 실시간 채팅을 위한 통합 협업 도구",
  "start_url": "/teamhub/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/teamhub/",
  "lang": "ko",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/teamhub/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/teamhub/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "프로젝트",
      "short_name": "프로젝트",
      "description": "프로젝트 목록 보기",
      "url": "/teamhub/projects"
    },
    {
      "name": "채팅",
      "short_name": "채팅",
      "description": "팀 채팅 열기",
      "url": "/teamhub/chat"
    },
    {
      "name": "알림",
      "short_name": "알림",
      "description": "알림 확인",
      "url": "/teamhub/notifications"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
