{
  "name": "FL26 Elite Fitness Club",
  "short_name": "FL26",
  "description": "Il tuo portale personale per gestire allenamenti e prenotazioni",
  "theme_color": "#2DD4C8",
  "background_color": "#111111",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/cliente/login",
  "scope": "/",
  "lang": "it",
  "categories": ["fitness", "health", "sports"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prenota sessione",
      "short_name": "Prenota",
      "url": "/cliente/prenota",
      "icons": [{ "src": "/icons/badge-72.svg", "sizes": "72x72" }]
    }
  ]
}
