{
  "name": "QPick — 퀴즈를 풀고 아바타를 꾸며요",
  "short_name": "QPick",
  "description": "퀴즈를 풀고 코인을 모아 나만의 치비 아바타를 꾸며보세요!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ec4899",
  "lang": "ko",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "오늘의 퀴즈",
      "short_name": "퀴즈",
      "description": "바로 오늘의 퀴즈 시작",
      "url": "/quiz",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "아바타 꾸미기",
      "short_name": "아바타",
      "description": "내 아바타 드레스업",
      "url": "/avatar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
