{
  "name": "RestoLab.ma",
  "short_name": "RestoLab",
  "description": "Commandez vos plats préférés à Casablanca",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF8F3",
  "theme_color": "#000000",
  "orientation": "any",
  "lang": "fr",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mes courses (Livreur)",
      "short_name": "Livreur",
      "description": "Tableau de bord livreur",
      "url": "/driver"
    },
    {
      "name": "Cuisine",
      "short_name": "Cuisine",
      "description": "Écran cuisine (tablette)",
      "url": "/admin/kitchen"
    },
    {
      "name": "Commandes",
      "short_name": "Commandes",
      "description": "Liste des commandes",
      "url": "/admin/orders"
    }
  ]
}
