{
  "name": "FreeCircuitSim — Free Online Circuit Simulator",
  "short_name": "FreeCircuitSim",
  "description": "Free browser-based electronic circuit simulator with guided step-by-step simulations. No download, no signup. 360+ example circuits.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0d0f",
  "theme_color": "#00e5ff",
  "orientation": "any",
  "icons": [
    {
      "src": "icon128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "categories": ["education", "utilities"],
  "shortcuts": [
    {
      "name": "Open Simulator",
      "url": "/circuitjs.html",
      "description": "Launch the circuit simulator directly"
    },
    {
      "name": "Browse Circuits",
      "url": "/circuits/",
      "description": "Browse 360+ example circuits"
    },
    {
      "name": "Start Learning",
      "url": "/guides/electronics-for-beginners.html",
      "description": "Electronics for beginners guide"
    }
  ]
}
