{
  "name": "ZiFood — Food Delivery Marketplace",
  "short_name": "ZiFood",
  "description": "Order food from restaurants near you and get it delivered fast, across Uganda and Africa.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FFF6F0",
  "theme_color": "#E6512D",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}