{
  "name": "디펜더즈 킹덤 (Defenders Kingdom)",
  "short_name": "디펜더즈 킹덤",
  "description": "JavaScript, Phaser 3, Vite로 구축된 아이소메트릭 타워 디펜스 게임",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#007aff",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon_dk-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon_dk-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon_dk-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot1.png",
      "sizes": "1170x2532",
      "type": "image/png"
    }
  ]
}
