{
  "name": "Proxycar Manager",
  "short_name": "Proxycar",
  "description": "Gestion complète pour négociants automobiles",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#CC2200",
  "orientation": "any",
  "icons": [
    {
      "src": "./icon-proxycar-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-proxycar-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Stock véhicules",
      "short_name": "Stock",
      "description": "Voir les véhicules en stock",
      "url": "./index.html#stock",
      "icons": [{ "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='%23dc2626'/><text x='256' y='340' font-size='280' fill='white' text-anchor='middle'>S</text></svg>", "sizes": "512x512" }]
    },
    {
      "name": "Nouvelle commande",
      "short_name": "Commande",
      "description": "Créer un bon de commande",
      "url": "./index.html#commandes",
      "icons": [{ "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='%23f59e0b'/><text x='256' y='340' font-size='280' fill='white' text-anchor='middle'>C</text></svg>", "sizes": "512x512" }]
    },
    {
      "name": "Demandes clients",
      "short_name": "Demandes",
      "description": "CRM relances clients",
      "url": "./index.html#demandes",
      "icons": [{ "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='%2316a34a'/><text x='256' y='340' font-size='280' fill='white' text-anchor='middle'>D</text></svg>", "sizes": "512x512" }]
    },
    {
      "name": "Assistant IA",
      "short_name": "IA",
      "description": "Soizig, Erwan, Yann",
      "url": "./index.html#ia-dashboard",
      "icons": [{ "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='%237c3aed'/><text x='256' y='340' font-size='280' fill='white' text-anchor='middle'>I</text></svg>", "sizes": "512x512" }]
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "fr-FR"
}
