{
	  "name": "Mapa Universidad Marista",
	  "short_name": "Mi mapa UMM",
	  "start_url": "./index.html",
	  "display": "standalone",
	  "background_color": "#ffffff",
	  "theme_color": "#0d6efd",
	  "orientation": "portrait",
	  "icons": [
		{
		  "src": "/icon192.png",
		  "sizes": "192x192",
		  "type": "image/png"
		},
		{
		  "src": "/icon512.png",
		  "sizes": "512x512",
		  "type": "image/png"
		}
	  ]
	}