{
  "name": "Janazah Web App",
  "short_name": "Janzah",
  "description": "This is an web app for easy use",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000",
  "theme_color": "#000",
  "icons": [
      {
        "src": "https://janazah.youronlineconversation.com/wp-content/uploads/2024/02/cropped-unnamed-2-1-32x32.png",
        "type": "image/png",
        "sizes": "32x32"
      },
      {
        "src": "https://janazah.youronlineconversation.com/wp-content/uploads/2024/02/cropped-unnamed-2-1-180x180.png",
        "type": "image/png",
        "sizes": "180x180"
      }
  ],
  "permissions": [
    "notifications"
  ],
  "serviceworker": {
    "src": "service-worker.js",
    "scope": "/"
  }
}
