{
  "name": "Shockwaves",
  "short_name": "Shockwaves",
  "description": "Shockwaves is a puzzle game inspired by the popular 2048. In Shockwaves, placing numbers triggers powerful shockwaves that push other numbers across the board. When similar numbers collide, they merge, setting off a chain reaction of shockwaves and creating exciting combo effects that boost your score.",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#0C0F1E",
  "background_color": "#0C0F1E",
  "display": "standalone"
}