{
  "name": "수학 왕국",
  "short_name": "수학왕국",
  "description": "재미있는 수학 학습 게임 - 정수, 소수, 분수를 마스터하세요!",
  "start_url": "./phaser_game.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0020",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["education", "games"],
  "lang": "ko"
}
