{
  "name": "AFO",
  "short_name": "AFO",
   "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#020481",
  "background_color": "#020481",
  "screenshots": [
    {
      "src": "/desk.png",
      "sizes": "1366x682",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
