{
  "name": "MISWIRED",
  "short_name": "MISWIRED",
  "description": "A wiring game with a real circuit solver underneath. Wire it, get it wrong, watch exactly what the mistake did — then wire it properly. Batteries and switches through to an ESP32-S3 board, hardware only, no code.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1219",
  "theme_color": "#0b1219",
  "categories": [
    "education",
    "games"
  ],
  "icons": [
    {
      "src": "./assets/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./assets/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
