{
  "name": "ProjetBaguette",
  "short_name": "ProjetBaguette",
  "description": "Production, stock et commandes de la boulangerie",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf7f2",
  "theme_color": "#c06a2b",
  "lang": "fr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Production du jour",
      "url": "/admin"
    },
    {
      "name": "Stock",
      "url": "/admin/ingredients"
    }
  ]
}
