{
  "name": "산본글로벌어학원 SGA",
  "short_name": "SGA",
  "description": "영어·일본어·중국어 AI 학습 앱 — 산본글로벌어학원",
  "id": "/app.html",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#101830",
  "theme_color": "#1D2D4F",
  "lang": "ko",
  "icons": [
    {
      "src": "img/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon_maskable_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "출석부",
      "url": "/checkin.html",
      "icons": [
        {
          "src": "img/icon_192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI 학습관",
      "url": "/index.html#ai",
      "icons": [
        {
          "src": "img/icon_192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}