{
	"name": "cannon attack",
	"short_name": "cannon attack",
	"description": "Blast Cannon is a fast-paced 2D HTML5 shooting game where players control a cannon to destroy endless waves of falling circular objects. The game features progressively challenging levels with increasing speed, size, durability, and quantity of objects. Perfect for fans of arcade-style games and endless action.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#000000",
	"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": [],
	"theme_color": "#000000"
}