{
  "name": "왕관유자쌤의 외국어 탐험대",
  "short_name": "외국어탐험대",
  "description": "AI와 대화하며 배우는 다국어 회화 프롬프트 생성기. 언어, 수준, 시나리오를 선택하면 맞춤형 회화 코치 프롬프트가 완성됩니다.",
  "start_url": "./index.html?utm_source=app",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#142814",
  "theme_color": "#142814",
  "lang": "ko",
  "dir": "ltr",
  "categories": [
    "education",
    "utilities"
  ],
  "icons": [
    {
      "src": "./lang%20favicon.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "./lang%20favicon.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "./lang%20favicon.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./lang%20favicon.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "./lang%20favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./lang%20favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "롤플레잉 탐험 시작",
      "short_name": "롤플레잉",
      "description": "롤플레잉 탐험 모드로 바로 시작",
      "url": "./index.html?mode=roleplay",
      "icons": [
        {
          "src": "./lang%20favicon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "자유주제 회화 시작",
      "short_name": "자유회화",
      "description": "자유주제 회화 모드로 바로 시작",
      "url": "./index.html?mode=free",
      "icons": [
        {
          "src": "./lang%20favicon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}