{
  "id": "/",
  "name": "Kiply - 놀면서 자라는 우리 아이",
  "short_name": "Kiply",
  "description": "6~12세 어린이를 위한 교육용 미니게임. 수학, 언어, 기억력, 집중력을 재미있는 게임으로 키워요.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FDF9F0",
  "background_color": "#FDF9F0",
  "categories": ["education", "games", "kids"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "숫자 팡팡",
      "short_name": "숫자 팡팡",
      "description": "풍선을 터뜨려 정답을 맞춰요",
      "url": "/games/math-pop",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "짝꿍 찾기",
      "short_name": "짝꿍 찾기",
      "description": "같은 그림을 찾아 짝을 맞춰요",
      "url": "/games/memory-match",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "학부모 리포트",
      "short_name": "리포트",
      "description": "아이의 학습 기록을 확인해요",
      "url": "/report",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
