{
  "id": "/",
  "name": "케빈샘랩 멘토",
  "short_name": "멘토",
  "description": "케빈샘랩 멘토 앱 — 출퇴근, 수업 일정, 리포트, 인보이스",
  "lang": "ko",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#43A047",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "출퇴근", "short_name": "출퇴근", "url": "/" },
    { "name": "인보이스", "short_name": "인보이스", "url": "/invoice" },
    { "name": "수업 일정", "short_name": "일정", "url": "/schedule" }
  ]
}
