{
	"name": "Hillside Adventure",
	"short_name": "Hillside Adventure",
	"description": "Hillside Adventure is a realistic physics-based speed game where the player needs to drive the car across different adventurous levels while collecting coins and fuel tanks, without letting the player touch the ground and reach the final destination in the shortest time.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "landscape",
	"background_color": "#ffffff",
	"icons": [
		{
			"src": "icons/icon-17.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "icons/icon-33.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "icons/icon-64.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "icons/icon-129.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "icons/icon-257.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}