{
  "short_name": "BookEasy",
  "name": "BookEasy - Prenota Appuntamenti",
  "description": "App universale per prenotare appuntamenti con qualsiasi attività",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#FF4A00",
  "background_color": "#FDFBF7",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "lifestyle", "utilities"],
  "lang": "it-IT",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Prenota",
      "short_name": "Prenota",
      "description": "Cerca e prenota un appuntamento",
      "url": "/customer",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "La Mia Attività",
      "short_name": "Business",
      "description": "Gestisci la tua attività",
      "url": "/business",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
