{
  "name": "Word Particle Swarm",
  "short_name": "WordSwarm",
  "description": "An interactive Boids flocking simulator where custom typed words fly in unison and cluster around your cursor in neon cyber aesthetics.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0d0b18",
  "theme_color": "#00ffff",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}