{
  "name": "Portal cliente",
  "short_name": "Portal",
  "description": "Tu portal de cliente — reservas, cobros y notificaciones.",
  "start_url": "/portal/principal",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#951b81",
  "lang": "es",
  "scope": "/",
  "categories": ["business", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
