{
	"name": "Tomato Adventure",
	"short_name": "Tomato Adventure",
	"description": "Tomato Adventure is a vibrant farm-themed platformer where you guide a brave little tomato through colorful fields, tricky terrains, and pest-filled paths on a mission to save the harvest. Jump, dodge, and smash your way past obstacles, collect hidden trophies, and defeat enemies using skill and timing. Inspired by classic platform adventures and built around the spirit of SDG 2: Zero Hunger, this game combines meaningful purpose with exciting, action-packed fun. 🍅",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "landscape",
	"background_color": "#ffffff",
	"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": []
}