{
  "name": "WeeklyVocab - 주간 영어 단어",
  "short_name": "WeeklyVocab",
  "description": "매주 20개 영어 단어를 게임처럼 학습하세요",
  "start_url": "/dashboard",
  "id": "/dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "background_color": "#0F1117",
  "theme_color": "#6C5CE7",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "퀴즈 시작", "short_name": "퀴즈", "url": "/quiz" },
    { "name": "복습하기", "short_name": "복습", "url": "/words" },
    { "name": "사전 검색", "short_name": "사전", "url": "/dictionary" }
  ],
  "share_target": {
    "action": "/dictionary",
    "method": "GET",
    "params": {
      "text": "word"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/screenshot-landing.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "랜딩 - WeeklyVocab 소개"
    },
    {
      "src": "/screenshots/screenshot-dashboard.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "대시보드 - 이번 주 학습 현황"
    },
    {
      "src": "/screenshots/screenshot-quiz.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "퀴즈 - 영단어 시험"
    },
    {
      "src": "/screenshots/screenshot-landing-wide.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "랜딩 - WeeklyVocab 소개"
    },
    {
      "src": "/screenshots/screenshot-dashboard-wide.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "대시보드 - 이번 주 학습 현황"
    },
    {
      "src": "/screenshots/screenshot-quiz-wide.png",
      "sizes": "3840x2160",
      "type": "image/png",
      "form_factor": "wide",
      "label": "퀴즈 - 4지선다 시험"
    }
  ],
  "categories": ["education"],
  "lang": "ko",
  "dir": "ltr"
}

