{
  "name": "ELZER Distribution — Commandes",
  "short_name": "ELZER",
  "description": "Application de commande Fruits & Légumes",
  "start_url": "/accueil.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f2d0a",
  "theme_color": "#2d6a1f",
  "lang": "fr",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Passer une commande",
      "url": "/index.html"
    },
    {
      "name": "Admin",
      "url": "/admin.html"
    }
  ]
}