{
  "name": "Home",
  "short_name": "LAT",
  "description": "Book your transfer we take care of the rest.",
  "theme_color": "#1f2746",
  "background_color": "#1f2746",

  "display": "standalone",
   "icons": [{
    "src": "ms-icon-144x144.png",
    "sizes": "144x144",
    "type": "image/png",
        "purpose": "any maskable"

  }],
  "start_url": "index.html",
  "serviceworker": {
  "src": ".js/sw.js",
  "scope": "/app",
  "type": "",
  "update_via_cache": "none"
}
  
  
}

