{
  "id": "ForestBunny",
  "name": "Forest Bunny",
  "short_name": "Forest Bunny",
  "description": "Forest Bunny is a fun game where a bunny dodges obstacles, collects coins, and powers up in a magical forest.",
  "categories": ["games", "entertainment", "arcade"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#000000",
  "background_color": "#000000",
  "prefer_related_application": false,
  "icons": [
    {
      "src": "/static/images/icons/maskable_icon_x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/images/icons/maskable_icon_x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/images/icons/maskable_icon_x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "splash_pages": null
}