{
  "name": "Puscart Delivery Service",
  "short_name": "Puscart",
  "description": "Fast and reliable grocery delivery service",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00C4CC",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/puscart-192.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/puscart-512.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ]
}