{
  "name": "Gyroscopic Fluid Canvas",
  "short_name": "GyroFluid",
  "description": "A 1x1 dynamic fluid physics canvas reacting to device gyroscope and orientation motion sensors.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#05050c",
  "theme_color": "#00f0ff",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}