{
  "name": "DeliveryOS",
  "short_name": "DeliveryOS",
  "description": "Same-day local delivery infrastructure for merchants. Own your customers — we'll deliver the rest.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0A0E1A",
  "background_color": "#0A0E1A",
  "categories": ["business", "logistics", "productivity"],
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Delivery",
      "short_name": "Track",
      "url": "/customer/deliveries",
      "description": "Track your active deliveries"
    },
    {
      "name": "Create Delivery",
      "short_name": "Create",
      "url": "/merchant/create-delivery",
      "description": "Create a new delivery request"
    }
  ]
}
