{
	"name": "MyKey Admin",
	"short_name": "MyKey Admin",
	"description": "Para administrar servicios.",
	"background_color": "#ffffff",
	"theme_color": "#000000",
	"orientation": "portrait",
	"display": "standalone",
	"start_url": "./?utm_source=web_app_manifest",
	"scope": "./",
	"lang": "es-MX",
	"icons": [
		{
			"src": "res/img/key.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}