{
  "name": "Bookabel - Sistema di Prenotazioni",
  "short_name": "Bookabel",
  "description": "Prenota i tuoi servizi preferiti in modo semplice e veloce",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#24C6E2",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/public/img/LogoApp.jpeg",
      "sizes": "48x48",
      "type": "image/jpeg"
    },
    {
      "src": "/public/img/LogoApp.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/public/img/LogoApp.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Prenotazioni",
      "short_name": "Prenota",
      "description": "Vai alle prenotazioni",
      "url": "/dashboard/bookings",
      "icons": [{ "src": "/public/img/LogoApp.jpeg", "sizes": "96x96", "type": "image/jpeg" }]
    }
  ]
}

