{
  "name": "IoT Simulator — Arduino Emulator",
  "short_name": "IoT Simulator",
  "description": "Free online Arduino & ESP32 emulator with real AVR8/RP2040 CPU emulation, 48+ electronic components, Monaco Editor, and Serial Monitor. No install required.",
  "start_url": "/editor",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0d0d0f",
  "theme_color": "#9333ea",
  "categories": ["developer", "education", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "IoT Simulator — Arduino Emulator"
    }
  ]
}
