{
	"name": "Math Balls",
	"short_name": "Math Balls",
	"description": "This game is a great way to improve your math and logic skills while having fun playing the game. In this game, you will have balls containing a number from 1 to 9. Your goal is to click on the balls to create a series of numbers that add up to the given question. The game is not only an entertaining game but also a great way to train your logical thinking and calculating ability.",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "portrait",
	"background_color": "#f3f8eb",
	"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": []
}