{
  "name": "TRUWAY",
  "short_name": "TRUWAY",
  "description": "Your city, for real.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#040404",
  "theme_color": "#2EE89A",
  "orientation": "portrait",
  "permissions": ["camera"],
  "icons": [
    {
      "src": "/favicon.svg?v=2",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
