{
  "name": "HandyHands Logistics",
  "short_name": "HandyHands",
  "description": "Fast and reliable delivery services in Ghana. Book motorbikes, vans, and trucks for same-day delivery.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "lang": "en-GH",
  "categories": ["logistics", "shopping", "utilities"],
  "icons": [
    {
      "src": "images/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logo-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/og-social-preview.png",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "HandyHands Logistics — Book a delivery"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Delivery",
      "short_name": "Book Now",
      "description": "Quickly book a new delivery",
      "url": "./customer/new-order",
      "icons": [{ "src": "images/logo-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your deliveries",
      "url": "./customer/orders",
      "icons": [{ "src": "images/logo-icon.png", "sizes": "96x96" }]
    }
  ]
}
