{
  "name": "KoreanPOP — K-pop 한국어",
  "short_name": "KoreanPOP",
  "description": "K-pop 팬들을 위한 한국어 학습 앱. 퀴즈, 플래시카드, 팬덤 랭킹!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a12",
  "theme_color": "#ff006e",
  "lang": "ko",
  "categories": ["education", "entertainment", "games"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KoreanPOP 퀴즈 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "퀴즈 도전!",
      "short_name": "퀴즈",
      "description": "한국어 퀴즈 바로 시작",
      "url": "/quiz",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "팬덤 랭킹",
      "short_name": "랭킹",
      "description": "팬덤 한국어 순위 보기",
      "url": "/ranking",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "커뮤니티",
      "short_name": "채팅",
      "description": "팬덤 채팅방",
      "url": "/community",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
