{
  "id": "/?source=pwa",
  "name": "Robot Telepresencia ESP32",
  "short_name": "RobotESP32",
  "description": "Control remoto en tiempo real, videollamada y telemetría de sensores para robot aspiradora con ESP32-S3 y Xiaomi.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#020617",
  "theme_color": "#020617",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Modo Robot (Xiaomi)",
      "short_name": "Robot",
      "description": "Pantalla del robot, cámara frontal y puente ESP32",
      "url": "/?mode=robot",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Modo Controlador",
      "short_name": "Control",
      "description": "Manejar el robot y ver cámara en horizontal",
      "url": "/?mode=controller",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
