{
  "id": "/app/client/",
  "name": "Goodness Baker Client",
  "short_name": "GB Client",
  "description": "Order and manage Goodness Baker deliveries.",
  "theme_color": "#B22222",
  "background_color": "#FFF8DC",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "start_url": "/app/client/dashboard",
  "scope": "/app/",
  "lang": "en-GB",
  "categories": ["business", "food"],
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order for tomorrow",
      "short_name": "New order",
      "url": "/app/client/order/tomorrow"
    },
    {
      "name": "Order history",
      "short_name": "History",
      "url": "/app/client/orders/history"
    }
  ]
}
