{
  "name": "Zyplo - Smart Living, One Click Away",
  "short_name": "Zyplo",
  "description": "Your all-in-one super app for food delivery, grocery shopping, transport services, healthcare, cleaning, and more. Smart living, one click away.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007BFF",
  "orientation": "portrait-primary",
  "categories": ["business", "lifestyle", "food", "transportation", "health"],
  "screenshots": [
    {
      "src": "/zyplo-icon.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/zyplo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/zyplo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple",
    "real-time tracking",
    "24/7 service"
  ],
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Food",
      "description": "Order food from your favorite restaurants",
      "url": "/food-delivery?shortcut=order",
      "icons": [
        {
          "src": "/zyplo-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Book Ride",
      "short_name": "Ride",
      "description": "Book a ride instantly",
      "url": "/transport?shortcut=ride",
      "icons": [
        {
          "src": "/zyplo-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track your active orders",
      "url": "/track?shortcut=orders",
      "icons": [
        {
          "src": "/zyplo-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}