{
	"name": "2048 Block Puzzle",
	"short_name": "2048 Block Puzzle",
	"description": "In the game \"2048 Block Puzzle\", you move the numbered tiles on a 4x4 grid using the mouse or arrow keys to combine tiles with the same value. Your goal is to create a tile with the value of 2048 by merging different tiles. The game ends when you can no longer make any more moves.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#ffd6e4",
	"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"
		}
	]
}