{
  "name": "NEON BREAKOUT",
  "short_name": "Breakout",
  "description": "A futuristic take on the classic Breakout game with neon aesthetics",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#0e0e13",
  "theme_color": "#8ff5ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%238ff5ff' width='192' height='192'/><text x='96' y='120' font-size='64' fill='%230e0e13' text-anchor='middle' font-weight='bold'>B</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%238ff5ff' width='512' height='512'/><text x='256' y='380' font-size='200' fill='%230e0e13' text-anchor='middle' font-weight='bold'>B</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["games"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230e0e13' width='540' height='720'/><text x='270' y='100' font-size='32' fill='%238ff5ff' text-anchor='middle' font-weight='bold'>NEON BREAKOUT</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
