{
  "name": "Themchat",
  "short_name": "Themchat",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3F9D52",
  "orientation": "portrait",
  "icons": [
   {
      "src": "icons/profile1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/profile.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}