{
  "name": "TOEIC Master — 토익 핵심 단어",
  "short_name": "TOEIC Master",
  "description": "토익 핵심 100단어 플래시카드 학습앱",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6c63ff",
  "orientation": "portrait-primary",
  "lang": "ko",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education"],
  "shortcuts": [
    {
      "name": "플래시카드",
      "url": "/index.php?mode=flashcard",
      "description": "플래시카드 학습 시작"
    },
    {
      "name": "퀴즈",
      "url": "/index.php?mode=quiz",
      "description": "퀴즈 모드 시작"
    }
  ]
}
