{
  "name": "ESTARBIEN",
  "short_name": "EstarBien",
  "icons": [
    	{
      	"src": "/web-app-manifest-192x192.png",
      	"sizes": "192x192",
      	"type": "image/png",
      	"purpose": "maskable"
	},
	{
            "src": "/android-chrome-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
	{
            "src": "/android-chrome-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
	{
            "src": "/android-chrome-48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
    	{
      	"src": "/web-app-manifest-512x512.png",
      	"sizes": "512x512",
      	"type": "image/png",
      	"purpose": "maskable"
    	}
  ],
  "theme_color": "#8b8b8c",
  "background_color": "#f5f5f7",
  "display": "standalone"
}