{
  "name": "Elite Doctor",
  "short_name": "EliteDoctor",
  "description": "Piattaforma di gestione appuntamenti medici e prenotazioni online",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0077cc",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/Logo_App_Elite_Doctor.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/Logo_App_Elite_Doctor.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "categories": ["medical", "healthcare", "productivity"],
  "lang": "it",
  "dir": "ltr"
}