{
  "name": "Sorting Algorithms — Noduly",
  "short_name": "Sorting",
  "description": "Watch eight sorting algorithms race on the same array — bubble, insertion, selection, merge, quick, heap, shell, radix. Step through, scrub speed, see comparisons and complexity.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#4F46E5",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230a0e1a'/><rect x='40' y='110' width='18' height='40' fill='%234F46E5'/><rect x='66' y='80' width='18' height='70' fill='%2306B6D4'/><rect x='92' y='50' width='18' height='100' fill='%234F46E5'/><rect x='118' y='30' width='18' height='120' fill='%2306B6D4'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230a0e1a'/><rect x='100' y='300' width='50' height='112' fill='%234F46E5'/><rect x='170' y='220' width='50' height='192' fill='%2306B6D4'/><rect x='240' y='140' width='50' height='272' fill='%234F46E5'/><rect x='310' y='80' width='50' height='332' fill='%2306B6D4'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
