{
    "name": "Auto Presta 360",
    "short_name": "AutoPresta",
    "description": "Gestion et comptabilité pour professionnels de l'automobile",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0f1e",
    "theme_color": "#38bdf8",
    "orientation": "any",
    "display_override": ["standalone", "browser"],
    "icons": [
      {
        "src": "/icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/icons/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }