{
  "name": "Route Tracker",
  "short_name": "Routes",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07100f",
  "theme_color": "#07100f",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/route-tracker-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
