{
  "name": "Gravity Sand Sandbox",
  "short_name": "GravitySand",
  "description": "A 2D pixel physics sand sandbox game with glowing neon cyberpunk elements. Create falling sand, flowing water, and rigid walls.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#05050a",
  "theme_color": "#00f0ff",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}