{
  "name": "HARVEX",
  "short_name": "HARVEX",
  "description": "The commercial operating system for fresh produce wholesalers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1acc8d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/en/dashboard",
      "description": "Go to your dashboard"
    },
    {
      "name": "Agreements",
      "url": "/en/agreements",
      "description": "View your trade agreements"
    },
    {
      "name": "Orders",
      "url": "/en/orders",
      "description": "View your orders"
    }
  ]
}
