{
  "name": "Fast Quote",
  "short_name": "Fast Quote",
  "icons": [
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#0c0d0f",
  "theme_color": "#0c0d0f"
}