{
  "name": "Proximate",
  "short_name": "Proximate",
  "id": "proximate-app",
  "start_url": "/app/index.html",
  "scope": "/app/",
  "display_override": ["fullscreen", "standalone"],
  "display": "standalone",
  "background_color": "#000010",
  "theme_color": "#000010",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/app/icons/logo-fallback.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app/icons/logo-fallback.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
