{
	"name": "Word Game",
	"short_name": "Word Game",
	"description": "Find all the words in this word game",
	"start_url": "index.html",
	"display": "fullscreen",
	"orientation": "any",
	"background_color": "#ffffff",
	"icons": [
		{
			"src": "icons/icon-16.png",
			"sizes": "48x48",
			"type": "image/png"
		},
		{
			"src": "icons/icon-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "icons/icon-512.png",
			"sizes": "192x192",
			"type": "image/png"
		}
	],
	"theme_color": "#ffffff"
}