{
  "name": "Walk & War V1.0 — GPS RPG",
  "short_name": "Walk&War",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080a14",
  "theme_color": "#080a14",
  "description": "Walk & War V1.0 — GPS 기반 실시간 RPG. 걸으며 사냥하고, 대피소에서 승급하라!",
  "lang": "ko",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "게임 시작",
      "short_name": "시작",
      "url": "./index.html",
      "icons": [{"src": "img/icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "screenshots": [
    {
      "src": "img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Walk & War 메인 화면"
    }
  ]
}
