{
  "name": "SimLab — Optimus Tek Lab",
  "short_name": "SimLab",
  "description": "Browser-based microcontroller simulator by Optimus Tek Lab. Build circuits, write code, and watch it run — no install needed.",
  "theme_color": "#00f5ff",
  "background_color": "#0a0a0f",
  "display": "standalone",
  "orientation": "landscape",
  "scope": "/",
  "start_url": "/",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Start a new Arduino project",
      "url": "/simulator?new=true",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
