{
    "name": "Rubberplay",
    "short_name": "Rubberplay",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f5f5",
    "theme_color": "#f5f5f5",
    "badge": "/static/img/logo.png",
    "icons": [
      {
        "src": "/static/img/logo.png",
        "type": "image/png",
        "sizes": "192x192"
      },
      {
        "src": "/static/img/logo.png",
        "type": "image/png",
        "sizes": "512x512"
      }
    ]
  }
  
