{
    "name": "Play Games",
    "short_name": "My Games",
    "theme_color": "#375a7f",
    "background_color": "#303030",
    "display": "fullscreen",
    "scope": "./",
    "start_url": "./",
    "icons": [
      
      {
        "src": "assets/icons/game.png",
        "sizes": "192x192",
        "type": "image/png"
      }
      ,
     
      {
        "src": "assets/icons/game.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }