{
  "name": "Sistema Prenotazione",
  "short_name": "Prenotazioni",
  "description": "Prenota i tuoi orari in totale comodità.",
  "start_url": "user_auth.php",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pannello di Amministrazione su Desktop"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interfaccia Prenotazioni su Smartphone"
    }
  ]
}