{
  "name": "TheChatNest",
  "short_name": "ChatX",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "screenshots": [
    {
        "src": "/screenshot1.png",
        "sizes": "1280x720",
        "type": "image/png",
        "label": "Chat Screen"
    },
    {
        "src": "/screenshot2.png",
        "sizes": "1280x720",
        "type": "image/png",
        "label": "Meeting Screen"
    }
],
  "icons": [
      {
          "src": "/thechatnest_logo_element.png",
          "sizes": "192x192",
          "type": "image/png"
      },
      {
          "src": "/thechatnest_logo_element.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ]
}