{
  "name": "티차트 - 학생 행동 기록 관리",
  "short_name": "티차트",
  "description": "초등교사를 위한 학생 행동 관찰 및 기록 관리 시스템",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14B8A6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/192PWA로고.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/512PWA로고.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/512PWA로고.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/512PWA로고.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "티차트 대시보드 (데스크톱)"
    },
    {
      "src": "/512PWA로고.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "티차트 대시보드 (모바일)"
    }
  ]
}
