{
  "name": "Food-Stuff Hub",
  "short_name": "FoodStuffHub",
  "description": "Shop foodstuffs from trusted vendors with fast, reliable delivery.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1b7f5d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}