{
	"start_url": "../index.htm",
	"name": "Ultimate Tic Tac Toe",
	"short_name": "UXO",
	"description": "The Ultimate version of Tic Tac Toe. Win individual games within a bigger game, to be the 'ultimate' winner.",
	"background_color": "#eee",
	"theme_color": "#d3d3d3",
	"display": "standalone",
	"icons": [
		{
			"src": "../uxo192.png",
			"sizes": "192x192",
			"type": "image/png"
		}
	],
	"scope": "../index.htm"
}