{
  "name": "SlimeVBall — Beach Volleyball",
  "short_name": "SlimeVBall",
  "description": "Fast-paced 2.5D beach volleyball game. Play online with friends or against AI bots.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "categories": ["games", "sports"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1280x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SlimeVBall beach volleyball gameplay"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Match",
      "short_name": "Play",
      "description": "Start a new match instantly",
      "url": "/?mode=local"
    }
  ]
}
