{
  "name": "Logic Gates — Noduly",
  "short_name": "Logic Gates",
  "description": "Interactive logic gates: AND, OR, NOT, NAND, NOR, XOR, XNOR. Live truth tables, switch-controlled circuits, gate combiner, half/full adder, and quizzes.",
  "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'/><path d='M50 60h30c25 0 45 16 45 36s-20 36-45 36H50z' stroke='%234F46E5' stroke-width='10' fill='none'/></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'/><path d='M140 160h75c70 0 120 43 120 96s-50 96-120 96h-75z' stroke='%234F46E5' stroke-width='28' fill='none'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
