{
	"lang": "en-us",
	"name": "Temperature Converter App",
	"short_name": "Temperature Converter",
	"description": "A basic temperature converter application that can convert to and from Celsius, Kelvin, and Fahrenheit",	
	"start_url": "/",
	"background_color": "#2f3d58",
	"theme_color": "#2f3d58",
	"orientation": "any",
	"display": "standalone",
	"icons": [
		{
		"src": "/PWA-MobProg/icon512.png",
		"sizes": "512x512"
		}
	]
}