// backup
// {
//  "short_name": "React App",
// "name": "Create React App Sample",
//  "icons": [
//    {
//      "src": "/static/favicon.ico",
//      "sizes": "64x64 32x32 24x24 16x16",
//      "type": "image/x-icon"
//    },
//    {
//      "src": "/static/logo192.png",
//      "type": "image/png",
//      "sizes": "192x192"
//    },
//    {
//      "src": "/static/logo512.png",
//      "type": "image/png",
//      "sizes": "512x512"
//    }
//  ],
//  "start_url": ".",
//  "display": "standalone",
//  "theme_color": "#000000",
//  "background_color": "#ffffff"
// }

{
  "name":"LTE - Liget Tenisz Egyesület",
  "short_name":"LTE",
  "icons":[
    {
      "src":"/static/android-chrome-192x192.png",
      "sizes":"192x192",
      "type":"image/png"
    },
    {
      "src":"/static/android-chrome-512x512.png",
      "sizes":"512x512","type":"image/png"
    }
    ],
    "start_url":".",
    "theme_color":"#000000",
    "background_color":"#ffffff",
    "display":"standalone"
}