{
  "name": "DSA Visualizer",
  "short_name": "DSA Visualizer",
  "description": "Learn data structures and algorithms through interactive, step-by-step visualizations.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7fafc",
  "theme_color": "#0891b2",
  "categories": ["education", "developer tools", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sorting Visualizer",
      "short_name": "Sorting",
      "description": "Open the interactive sorting visualizer.",
      "url": "/sorting"
    },
    {
      "name": "Graph Visualizer",
      "short_name": "Graphs",
      "description": "Explore graph traversal algorithms.",
      "url": "/graphs"
    },
    {
      "name": "Custom Visualizer",
      "short_name": "Custom Code",
      "description": "Analyze custom code complexity.",
      "url": "/custom-visualizer"
    }
  ],
  "prefer_related_applications": false
}
