{
  "name": "Procedural Maze Runner",
  "short_name": "MazeRunner",
  "description": "A procedural maze generator utilizing a recursive backtracker (DFS) algorithm, featuring an autonomous path-finding particle runner.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#38bdf8",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "scope": "./"
}