{
 "name": "Portal del Colaborador",
 "short_name": "Portal",
 "start_url": "/login.html",
 "scope": "/",
 "display": "standalone",
 "background_color": "#f4f7fb",
 "theme_color": "#0B2C6A",
 "orientation": "portrait",
 "icons": [
   {
     "src": "icono-192.png",
     "sizes": "192x192",
     "type": "image/png"
   },
   {
     "src": "icono-512.png",
     "sizes": "512x512",
     "type": "image/png"
   }
 ]
}