{
  "name": "Battle Tank - LEGO Style Tank Game",
  "short_name": "Battle Tank",
  "description": "A free browser-based arcade tank game with LEGO-style graphics. Destroy enemy tanks, collect power-ups, and protect your base across 10 challenging stages.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#16191f",
  "theme_color": "#16191f",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Battle Tank gameplay"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start playing Battle Tank",
      "url": "/#game",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
