{
  "name": "Portal del Empleado Lacor",
  "short_name": "Portal Lacor",
  "description": "Acceso al portal del empleado y fichaje de Grupo Lacor",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#004aad",
  "theme_color": "#004aad",
  "orientation": "portrait",
  "icons": [
    {
      "src": "img/log.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/log.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}