{
  "name": "足球连跳 · 节奏小游戏",
  "short_name": "足球连跳",
  "description": "一款简单有趣的足球跳跃节奏小游戏，挑战你的反应速度！",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a2f1a",
  "theme_color": "#ffbc6e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot-1.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "mobile"
    }
  ]
}