{
  "name": "NubeGym",
  "short_name": "NubeGym",
  "description": "Gestiona tu membresía, rutinas y notificaciones desde tu celular.",
  "start_url": "/my-profile",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "https://placehold.co/192x192/6366f1/ffffff?text=NG",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://placehold.co/512x512/6366f1/ffffff?text=NG",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi Perfil",
      "short_name": "Perfil",
      "description": "Ver mi perfil de socio",
      "url": "/my-profile",
      "icons": [{ "src": "https://placehold.co/96x96/6366f1/ffffff?text=P", "sizes": "96x96" }]
    },
    {
      "name": "Mis Rutinas",
      "short_name": "Rutinas",
      "description": "Consultar mis rutinas de entrenamiento",
      "url": "/routines",
      "icons": [{ "src": "https://placehold.co/96x96/6366f1/ffffff?text=R", "sizes": "96x96" }]
    },
    {
      "name": "Notificaciones",
      "short_name": "Avisos",
      "description": "Ver mis notificaciones",
      "url": "/notifications",
      "icons": [{ "src": "https://placehold.co/96x96/6366f1/ffffff?text=N", "sizes": "96x96" }]
    }
  ]
}
