{
  "name": "Alethy",
  "short_name": "Alethy",
  "start_url": "/",
  "display": "standalone",
  "icons": [
    {
      "src": "/static/a192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/a512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "/static/1080_1920.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/1920_1080.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}