{
	"name": "Blocks Puzzle",
	"short_name": "Blocks Puzzle",
	"description": "Solve block puzzles with ease! Fill the board with colorful pieces to clear rows. Endless fun awaits in this fun puzzle game!",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#feb453",
	"icons": [
		{
			"src": "icons/16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "icons/32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "icons/64.png",
			"sizes": "64x64",
			"type": "image/png"
		},
		{
			"src": "icons/128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "icons/256.png",
			"sizes": "256x256",
			"type": "image/png"
		},
		{
			"src": "icons/1024.png",
			"sizes": "1024x1024",
			"type": "image/png"
		}
	],
	"screenshots": []
}