{
  "name": "오답노트 - AI 맞춤형 학습 솔루션",
  "short_name": "오답노트",
  "description": "틀린 이유 속에 정답이 있다. AI가 오답의 원인을 분석하고 맞춤형 유사 문제로 완전히 정복할 때까지 도와줍니다.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "lang": "ko",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "홈 화면"
    },
    {
      "src": "/screenshots/mobile-subjects.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "과목 관리"
    }
  ],
  "shortcuts": [
    {
      "name": "오답 등록",
      "short_name": "오답 등록",
      "url": "/subjects",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
