{
  "name": "Data Structures — Noduly",
  "short_name": "Data Structures",
  "description": "Interactive arrays, linked lists, stacks, queues, hash tables and binary search trees. Insert, delete, search — see operations animate node-by-node with complexity facts.",
  "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'/><circle cx='96' cy='52' r='16' fill='%234F46E5'/><circle cx='56' cy='110' r='16' fill='%2306B6D4'/><circle cx='136' cy='110' r='16' fill='%2306B6D4'/><circle cx='40' cy='160' r='13' fill='%23818CF8'/><circle cx='80' cy='160' r='13' fill='%23818CF8'/><line x1='96' y1='66' x2='56' y2='98' stroke='%234F46E5' stroke-width='5'/><line x1='96' y1='66' x2='136' y2='98' stroke='%234F46E5' stroke-width='5'/><line x1='56' y1='124' x2='40' y2='150' stroke='%2306B6D4' stroke-width='4'/><line x1='56' y1='124' x2='80' y2='150' stroke='%2306B6D4' stroke-width='4'/></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'/><circle cx='256' cy='140' r='42' fill='%234F46E5'/><circle cx='150' cy='290' r='42' fill='%2306B6D4'/><circle cx='362' cy='290' r='42' fill='%2306B6D4'/><circle cx='110' cy='420' r='34' fill='%23818CF8'/><circle cx='210' cy='420' r='34' fill='%23818CF8'/><line x1='256' y1='180' x2='150' y2='250' stroke='%234F46E5' stroke-width='12'/><line x1='256' y1='180' x2='362' y2='250' stroke='%234F46E5' stroke-width='12'/><line x1='150' y1='328' x2='110' y2='390' stroke='%2306B6D4' stroke-width='10'/><line x1='150' y1='328' x2='210' y2='390' stroke='%2306B6D4' stroke-width='10'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
