{
  "name": "Segimon Automoció",
  "short_name": "Segimon",
  "description": "Pide cita, sigue el progreso de tu coche y consulta tu historial.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#06A600",
  "lang": "es-ES",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-cita-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-cita-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-cita-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reservar cita",
      "short_name": "Reservar",
      "url": "/?source=pwa-shortcut",
      "description": "Pide una cita rápida"
    },
    {
      "name": "Mi cuenta",
      "short_name": "Cuenta",
      "url": "/cuenta?source=pwa-shortcut",
      "description": "Ver historial y facturas"
    }
  ]
}
