{
  "name": "DispatchXpert",
  "short_name": "DispatchXpert",
  "description": "Logistics and dispatch management application",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#512BD4",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Quotations",
      "url": "/quotations",
      "description": "Manage quotations"
    },
    {
      "name": "Orders",
      "url": "/orders",
      "description": "Manage orders"
    }
  ]
}
