{
	"name": "Orb•Fall: ChromaCrush",
	"short_name": "Orb•Fall",
	"description": "Drop piece clusters of colored orbs, match 3+ in any direction, trigger cascades, and unleash special power orbs. Free browser puzzle game with 6 modes — no download required.",
	"start_url": "/orbfall/",
	"scope": "/orbfall/",
	"display": "standalone",
	"background_color": "#0f0f1e",
	"theme_color": "#4080FF",
	"orientation": "any",
	"icons": [
		{
			"src": "/orbfall/src/img/Logotrans.png",
			"sizes": "192x192 512x512 1024x1024",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/orbfall/src/img/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/orbfall/src/img/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"categories": [
		"games",
		"entertainment"
	],
	"shortcuts": [
		{
			"name": "New Game",
			"short_name": "New",
			"description": "Start a new game",
			"url": "/orbfall/?action=new",
			"icons": [
				{
					"src": "/src/img/Logotrans.png",
					"sizes": "any"
				}
			]
		}
	]
}