{
  "name": "BeeTREE — 알고리즘 경쟁 플랫폼",
  "short_name": "BeeTREE",
  "description": "꿀벌 비와 함께 배우는 알고리즘 & 자료구조 학습 플랫폼",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#fbbf24",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ko",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/bee-avatar.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "문제 풀기",
      "short_name": "문제",
      "url": "/problems",
      "icons": [{ "src": "/bee-avatar.svg", "sizes": "any" }]
    },
    {
      "name": "채점 현황",
      "short_name": "채점",
      "url": "/status",
      "icons": [{ "src": "/bee-avatar.svg", "sizes": "any" }]
    }
  ]
}
