{
  "name": "EazyRent - Car Rental",
  "short_name": "EazyRent",
  "description": "Premium car rental service - book your car in 60 seconds.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#192230",
  "theme_color": "#192230",
  "lang": "en",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "/img/push-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/push-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Fleet",
      "short_name": "Fleet",
      "url": "/fleet",
      "icons": [{ "src": "/img/push-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Current Offers",
      "short_name": "Offers",
      "url": "/offers",
      "icons": [{ "src": "/img/push-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "/profile",
      "icons": [{ "src": "/img/push-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/img/push-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "EazyRent Home"
    }
  ]
}
