{
  "name": "AlgoBuddy — NeetCode Roadmap Visualizer",
  "short_name": "AlgoBuddy",
  "description": "Interactive step-by-step NeetCode 150 algorithm visualizer built with Rust and egui.",
  "start_url": "./index.html",
  "id": "/index.html",
  "display": "standalone",
  "background_color": "#181818",
  "theme_color": "#569cd6",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
