{
  "id": "com.jio.jiopc.smb",
  "name": "JioPC",
  "short_name": "JioPC",
  "description": "Access your Cloud PC from anywhere",
  "theme_color": "#0A1929",
  "background_color": "#0A1929",
  "display_override": ["window-controls-overlay", "standalone"],
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+jiopc",
      "url": "/?launch=%s"
    }
  ],
  "related_applications": [
    { "platform": "webapp", "url": "/manifest.webmanifest", "id": "com.jio.jiopc.smb" }
  ],
  "icons": [
    { "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ]
}
