{
  "name": "GetDriver - App Autisti",
  "short_name": "GetDriver",
  "description": "Applicazione per autisti GetDriver - Gestione servizi e log",
  "start_url": "/driver/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/driver/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/driver/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "I Miei Servizi",
      "short_name": "Servizi",
      "description": "Visualizza i servizi assegnati",
      "url": "/driver/services",
      "icons": [{ "src": "/driver/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Profilo",
      "short_name": "Profilo",
      "description": "Visualizza il tuo profilo",
      "url": "/driver/profile",
      "icons": [{ "src": "/driver/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}

