{
  "name": "Bunny Bounce",
  "short_name": "Bunny Bounce",
  "description": "A bunny puzzle game — hop until one remains!",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf3e0",
  "theme_color": "#faf3e0",
  "orientation": "portrait",
  "categories": ["games", "puzzle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/game-menu.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bunny Bounce main menu"
    },
    {
      "src": "/screenshots/game-play.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Solving a puzzle in Bunny Bounce"
    },
    {
      "src": "/screenshots/game-tablet.png",
      "sizes": "2048x2732",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bunny Bounce on tablet"
    }
  ]
}
