{
  "name": "오래 걷기 - Walk Balance",
  "short_name": "오래 걷기",
  "description": "한 발로 균형 잡고 최대한 오래 걷는 아케이드 웹 게임",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#2c3e50",
  "theme_color": "#87ceeb",
  "lang": "ko",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
