{
    "name": "ProServe360 Client",
    "short_name": "ProServe360 Client",
    "description": "My Clinic App",
    "start_url": "/",
    "id": "/",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
  
    "icons": [
      {
        "src": "/icons/icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      }
    ],
  
    "screenshots": [
      {
        "src": "/screenshots/desktop.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      },
      {
        "src": "/screenshots/mobile.png",
        "sizes": "390x844",
        "type": "image/png"
      }
    ]
  }