{
  "name": "Flow — gestion d'entreprise",
  "short_name": "Flow",
  "description": "Chantiers, heures, inventaire et papiers de service, dans ta poche.",
  "start_url": "/appli/",
  "scope": "/appli/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F7FB",
  "theme_color": "#3B6FF5",
  "lang": "fr-CA",
  "icons": [
    {
      "src": "/appli/icone-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/appli/icone-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/appli/icone-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}