{
  "name": "playdock — 설치 없이 바로 하는 미니게임",
  "short_name": "playdock",
  "description": "반응속도 테스트, 타자연습, 2048, 지뢰찾기. 회원가입 없이 바로 플레이하세요.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#E9EBE5",
  "theme_color": "#1B2B22",
  "lang": "ko",
  "icons": [
    { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "반응속도 테스트", "url": "/game/reaction" },
    { "name": "2048",          "url": "/game/2048" },
    { "name": "지뢰찾기",       "url": "/game/minesweeper" },
    { "name": "타자연습",       "url": "/game/typing" }
  ]
}
