{
  "name": "OpenChantier",
  "short_name": "OpenChantier",
  "description": "La gestion de chantier dans votre poche",
  "start_url": "/fr-FR/dashboard",
  "display": "standalone",
  "background_color": "#fcfcfc",
  "theme_color": "#171717",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "fr-FR",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau chantier",
      "url": "/fr-FR/chantiers/new",
      "description": "Créer un nouveau chantier"
    },
    {
      "name": "Mes chantiers",
      "url": "/fr-FR/chantiers",
      "description": "Voir tous mes chantiers"
    }
  ]
}
