{
	"short_name": "Link Grid",
	"name": "Link Grid",
	"description": "Connect nodes of the same color by dragging links between them.  Fill the entire grid.  Links cannot cross each other.  Race against time and boost your score!",
	"icons": [
		{
			"src": "./assets/__Icon128.png",
			"type": "image/png",
			"sizes": "128x128"
		},
		{
			"src": "./assets/__Icon192.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "./assets/__Icon196.png",
			"type": "image/png",
			"sizes": "196x196"
		},
		{
			"src": "./assets/__Icon256.png",
			"type": "image/png",
			"sizes": "256x256"
		},
		{
			"src": "./assets/__Icon512.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	],
	"start_url": "./index.html",
	"background_color": "#000000",
	"display": "fullscreen",
	"orientation": "portrait",
	"scope": "./",
	"theme_color": "#808080"
}