{
  "name": "AutoLoc — Location de voitures",
  "short_name": "AutoLoc",
  "description": "Réservez votre véhicule en ligne facilement",
  "start_url": "./autoloc-client.html",
  "display": "standalone",
  "background_color": "#F7F6F2",
  "theme_color": "#1D9E75",
  "orientation": "portrait-primary",
  "lang": "fr",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%231D9E75'/><text y='140' x='96' text-anchor='middle' font-size='110' fill='white'>🚗</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%231D9E75'/><text y='370' x='256' text-anchor='middle' font-size='300' fill='white'>🚗</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Réserver un véhicule",
      "url": "./autoloc-client.html#catalogue",
      "description": "Voir les véhicules disponibles"
    },
    {
      "name": "Suivi réservation",
      "url": "./autoloc-client.html#suivi",
      "description": "Suivre ma réservation"
    }
  ]
}
