{
  "name": "Boundy - Bounce & Tap Game",
  "short_name": "Boundy",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#0B162C",
  "theme_color": "#00E5FF",
  "description": "A fast-paced arcade game where you tap to change direction and keep the ball bouncing in the perfect zone. Challenge yourself, beat your high score, and climb the global leaderboard!",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "related_applications": []
}