{
    "name": "Ravindra Games Hub",
    "short_name": "RGH Game",
    "start_url": "./",
    "scope": ".",
    "orientation": "portrait",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2196f3",
    "icons": [
      {
        "src": "https://rnsaraswat.github.io/games/assets/icons/rgh-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "https://rnsaraswat.github.io/games/assets/icons/rgh-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      },
      {
        "src": "https://rnsaraswat.github.io/games/assets/icons/maskable-icon.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    }
    ]
  }