{
  "name": "Aqua Messenger",
  "short_name": "AquaChat",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#18181c",
  "background_color": "#18181c",
  "icons": [
    {
      "src": "/img/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshots/app-wide.jpeg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/img/screenshots/app-narrow.jpeg",
      "sizes": "750x1334",
      "type": "image/jpeg"
    }
  ]
}
