{
  "short_name": "SOLTAR TRACKER",
  "name": "SOLTAR ORDERS TRACKER",
  "description": "RASTREADOR DE PAQUETES SOLTAR",
  "icons": [
    {
      "src": "/images/icons-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/icons-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
    
  ],
  "start_url": "/",
  "background_color": "white",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#e91e63",
    "shortcuts": [
    {
      "name": "Iniciar Sesión",
      "short_name": "Login",
      "description": "Identifícate en el sistema.",
      "url": "/login",
      "icons": [{ "src": "/images/icons-512.png", "sizes": "512x512" }]
    }
  ]
}