{
  "name": "Lâchez-moi la grappe",
  "short_name": "LMLG",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "lang": "fr",
  "categories": ["food", "productivity", "business"],
  "background_color": "#D9C2A3",
  "theme_color": "#D9C2A3",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de bord",
      "url": "/dashboard",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Catalogue vins",
      "url": "/catalog",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
