{
  "name": "숫자 순서대로! 🌟",
  "short_name": "숫자놀이",
  "description": "5~7세 아이를 위한 숫자 순서 규칙 발견 게임. 1부터 100까지 단위와 패턴을 재미있게 배워요!",
  "start_url": "/kids-number-sequence/index.html",
  "display": "standalone",
  "background_color": "#f7f4ed",
  "theme_color": "#f59e0b",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/kids-number-sequence/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/kids-number-sequence/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "kids", "games"],
  "lang": "ko",
  "scope": "/kids-number-sequence/"
}