{
	"name": "Space Fight",
	"short_name": "Space Fight",
	"description": "Welcome to “Space Fight”, an exciting space game that will test players flying skills and quick reactions. Get ready for a tough journey where survival is the main goal.  Fly your UFO through space in “Space Fight”! Dodge rocks of the space that are coming at you. Try to go as far as you can and get a high score. Use simple controls to move your UFO and avoid crashes. If the UFO crashes, the player will lose. How long can you survive this exciting space mission?",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"icons": [
		{
			"src": "icons/icon-16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "icons/icon-32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "icons/icon-64.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "icons/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "icons/icon-256.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"screenshots": []
}