{
  "name": "Carvajal fit",
  "short_name": "Carvajal fit",
  "description": "Tu salud, nuestro compromiso.",
  "start_url": "/club",
  "display": "standalone",
  "background_color": "#0b0b0b",
  "theme_color": "#00b2de",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon.webp",
      "sizes": "192x192",
      "type": "image/webp"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "El Club",
      "short_name": "Club",
      "description": "Accede a tus cursos y contenido exclusivo",
      "url": "/club",
      "icons": [
        {
          "src": "/pwa-icon.webp",
          "sizes": "192x192"
        }
      ]
    }
  ]
}