{
  "name": "Portale Solex XP",
  "short_name": "Solex XP",
  "theme_color": "#f4f4f4",
  "background_color": "#fafafa",
  "display": "fullscreen",
  "id": "/",
  "scope": "./",
  "start_url": "./",
  "screenshots": [
      {
        "src": "assets/screenshots/mobile-screenshot-1.png",
        "sizes": "540x720", // Metti le dimensioni reali
        "type": "image/png",
        "form_factor": "narrow", // Indica che è per schermi stretti
        "label": "Visualizzazione Mobile"
      },
      {
        "src": "assets/screenshots/desktop-screenshot-1.png",
        "sizes": "1280x800", // Metti le dimensioni reali
        "type": "image/png",
        "form_factor": "wide", // Indica che è per schermi larghi
        "label": "Visualizzazione Desktop"
      }
    ],

  "icons": [
      {
        "src": "/assets/icons/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/assets/icons/web-app-manifest-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
  ]
}
