{
  "name": "Millennials Express — Catálogo + Tracker",
  "short_name": "ECOSYS4LIFE",
  "description": "Catálogo comercial + Sistema de tracking logístico",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "scope": "./",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catálogo (Cliente)",
      "url": "./index.html",
      "description": "Comprar productos"
    },
    {
      "name": "Tracker (Chofer)",
      "url": "./tracker.html",
      "description": "Tracking GPS de vehículo"
    },
    {
      "name": "Centro de Operaciones",
      "url": "./centro_operaciones.html",
      "description": "Flota en vivo + alertas"
    }
  ]
}
