{
  "name": "ArriveSafe",
  "short_name": "ArriveSafe",
  "description": "Watch me until I arrive safely.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000b29",
  "theme_color": "#000b29",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
