{
  "short_name": "CustomBet",
  "name": "CustomBet",
  "theme_color": "#212121",
  "background_color": "#212121",
  "display": "standalone",
  "start_url": "../",
  "icons": [   
	{
      "src": "../img/icons/apple-touch-icon-72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
	{
      "src": "../img/icons/apple-touch-icon-96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
	{
      "src": "../img/icons/apple-touch-icon-114.png",
      "type": "image/png",
      "sizes": "114x114"
    },
    {
      "src": "../img/icons/apple-touch-icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "../img/icons/apple-touch-icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "../img/icons/apple-touch-icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "../img/icons/apple-touch-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}