{
  "name": "Gaboom DriveOS",
  "short_name": "DriveOS",
  "description": "Le cockpit tout-en-un pour piloter une agence de location.",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F0F0F",
  "theme_color": "#6D28D9",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
