{
  "name": "RhynoChat",
  "short_name": "RhynoChat",
  "description": "Premium messenger app with end-to-end encryption",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#111b21",
  "theme_color": "#202c33",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./logo.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./logo.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
