{
  "name": "Sorting Algorithms Visualizer",
  "short_name": "Sort Viz",
  "description": "Interactive visualizer for sorting algorithms — Bubble Sort, Merge Sort, Quick Sort, Heap Sort, Shell Sort and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ecf0f0",
  "theme_color": "#ecf0f0",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ]
}
