{
  "name": "ARCADE — 무료 미니게임",
  "short_name": "ARCADE",
  "description": "설치 없이 바로 플레이! 반응속도·테트리스·스네이크·플래피버드 등 20가지 무료 브라우저 게임",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090f",
  "theme_color": "#09090f",
  "orientation": "landscape",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "ARCADE 메인 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "반응속도 테스트",
      "short_name": "반응속도",
      "description": "초록불에 즉시 클릭!",
      "url": "/?game=ReactionGame",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "두더지 잡기",
      "short_name": "두더지",
      "description": "나타나는 두더지를 잡아라!",
      "url": "/?game=WhackMole",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
