{
  "name": "Cyber Drift",
  "short_name": "CyberDrift",
  "description": "Futuristic neon driving game - dodge traffic, collect orbs, boost through cyber city",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05010f",
  "theme_color": "#05010f",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "64x64 192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}