{
	"name": "StratEvade 2",
	"short_name": "StratEvade 2",
	"description": "StratEvade 2 (a sequel to STRATEVADE) is a turn-based strategy evasion game.  The object of the game is for the PLAYER to trek across a large GRID to an EXIT while being pursued by an ever increasing number of spawned KILLERS.  The PLAYER may set BARRIERS and MINES to block and destroy the pursuing KILLERS.  A BLOCKER will appear every turn to block PLAYER's progress.  BLOCKERS may be destroyed with Power-Ups.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "landscape",
	"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"
		}
	]
}