{
  "name": "MotiXdrive",
  "short_name": "MotiXdrive",
  "description": "Gestionale concessionaria auto con AI",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F1419",
  "theme_color": "#0F1419",
  "orientation": "any",
  "lang": "it-IT",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}