{
  "name": "Zip-Away Transport",
  "short_name": "Zip-Away",
  "description": "Connect with transport providers across Africa. Post shipments, receive bids, and track deliveries.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E66A00",
  "orientation": "portrait-primary",
  "categories": ["logistics", "business", "travel"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Post a Shipment",
      "short_name": "Post",
      "description": "Create a new transport listing",
      "url": "/create-listing",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "View available transport jobs",
      "url": "/listings",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
