{
  "name": "D-Project Chat",
  "short_name": "Chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a050c",
  "theme_color": "#0a050c",
  "icons": [
    {
      "src": "vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "permissions": [
    "audio-capture",
    "video-capture"
  ]
}
