{
  "id": "/order?source=pwa",
  "name": "DirectEat Client",
  "short_name": "DirectEat",
  "description": "Commander auprès des restaurants partenaires DirectEat.",
  "lang": "fr-CA",
  "dir": "ltr",
  "start_url": "/order?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "categories": ["food", "delivery"],
  "icons": [
    { "src": "/icons/client-v2-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/client-v2-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "Commander",
      "short_name": "Commander",
      "description": "Ouvrir la page de commande DirectEat.",
      "url": "/order?source=pwa-shortcut",
      "icons": [{ "src": "/icons/client-v2-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Panier",
      "short_name": "Panier",
      "description": "Voir votre panier DirectEat.",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/client-v2-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Mes commandes",
      "short_name": "Commandes",
      "description": "Suivre vos commandes DirectEat.",
      "url": "/orders?source=pwa-shortcut",
      "icons": [{ "src": "/icons/client-v2-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
