{
    "name": "GoMate",
    "short_name": "GoMate",
    "description": "Mobile-first daily city carpooling service",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#eef8ff",
    "theme_color": "#163c59",
    "icons": [
      {
        "src": "/gomate-logo.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/gomate-logo.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }