{ 	"name": "HanziWriter", 	"short_name": "HanziWriter", 	"description": "Learn the Chinese Language - HSK1 Words", 	"scope": ".", 	"start_url": ".", 	"display": "fullscreen", 	"orientation": "portrait", 	"theme_color": "#670C1C", 	"background_color": "#F7F8F9", 	"type": "privileged", 	"icons": [ 	{ 		"src": "img/slogo-48.png", 		"type": "image/png", 		"sizes": "48x48" 	}, 	{ 		"src": "img/slogo-96.png", 		"type": "image/png", 		"sizes": "96x96" 	}, 	{ 		"src": "img/slogo-144.png", 		"type": "image/png", 		"sizes": "144x144" 	}, 	{ 		"src": "img/slogo-192.png", 		"sizes": "192x192", 		"type": "image/png" 	}, 	{ 		"src": "img/slogo-512.png", 		"sizes": "512x512", 		"type": "image/png" 	} 	], 		"permissions": { 		"audio-capture" : {"description" : "Audio capture"}, 		"speech-recognition" : {"description" : "Speech recognition"}, 		"video-capture": {"description": "Required to capture video using getUserMedia()"}, 		"browser": {"description" : "Allows an iframe element to be turned into an embedded web browser"}, 		"camera": {"description" : "Camera capture"}, 		"geolocation": {"description" : "GPS capture"} 		} }