{
	"name": "Galaxy Rush",
	"short_name": "Galaxy Rush",
	"description": "Galaxy Rush is an arcade space game where the player must survive, avoid obstacles, and reach the highest score possible.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"icons": [
		{
			"src": "icons/icono-16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "icons/icono-32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "icons/icono-64.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "icons/icono-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "icons/icono-256.png",
			"sizes": "256x257",
			"type": "image/png"
		},
		{
			"src": "icons/icono-512.png",
			"sizes": "505x508",
			"type": "image/png"
		}
	],
	"screenshots": []
}