{
  "name": "Binary, Decimal & Hex — Noduly",
  "short_name": "Number Bases",
  "description": "Convert between binary, decimal, hexadecimal and octal with step-by-step walkthroughs, bitwise operations, two's complement, ASCII reference, quizzes and a daily challenge.",
  "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'/><text x='96' y='126' font-family='monospace' font-size='80' font-weight='700' text-anchor='middle' fill='%234F46E5'>10</text></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'/><text x='256' y='340' font-family='monospace' font-size='220' font-weight='700' text-anchor='middle' fill='%234F46E5'>10</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
