{
  "name": "GymLog",
  "short_name": "GymLog",
  "description": "Tu diario de entrenamiento de fuerza",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nuevo Entrenamiento",
      "short_name": "Entrenar",
      "description": "Iniciar nuevo entrenamiento",
      "url": "/workout",
      "icons": [{ "src": "/gimnasia.png", "sizes": "96x96" }]
    }
  ]
}
