{
  "name": "액션영어 — 액션으로 배우는 영어",
  "short_name": "액션영어",
  "description": "🏃 운동도 하고 🇺🇸 영어도 배우고 — TPR 멀티모달 학습 (1석 2조!)",
  "start_url": "/index.html?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F7FA",
  "theme_color": "#1F4E79",
  "lang": "ko",
  "dir": "ltr",
  "categories": [
    "education",
    "language",
    "productivity"
  ],
  "icons": [
    {
      "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "400x820",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "홈 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "TPR 액션 영어",
      "short_name": "TPR",
      "url": "/tpr.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI 회화",
      "short_name": "회화",
      "url": "/conv_home.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "단어 학습",
      "short_name": "단어",
      "url": "/learn.html#words",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}