{
	"name": "A walk through the stars with Greeley",
	"short_name": "SWG",
	"start_url": "index.html",
	"display": "fullscreen",
	"background_color": "#000000",
	"theme_color": "black",
	"scope": ".",
	"description": "Take a walk through the stars with Greeley narrating the way.",
	"icons": [
		{
			"src": "images/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "images/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"screenshots": [
		{
			"src": "images/screenshot-dark.png",
			"sizes": "1916x961",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Dark mode"
		},
		{
			"src": "images/screenshot-iphoneSE-dark.png",
			"sizes": "376x667",
			"type": "image/png",
			"label": "iPhone dark mode"
		},
		{
			"src": "images/screenshot-iphoneSE-dark-wide.png",
			"sizes": "669x378",
			"type": "image/png",
			"form_factor": "wide",
			"label": "iPhone dark mode"
		},
		{
			"src": "images/screenshot-light.png",
			"sizes": "1916x961",
			"type": "image/png",
			"label": "Light mode"
		},
		{
			"src": "images/screenshot.png",
			"sizes": "1810x855",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Main compass screen"
		},
		{
			"src": "images/screenshot2.png",
			"sizes": "869x406",
			"type": "image/png",
			"label": "Main compass screen two"
		}
	],
	"permissions": {
		"camera": {},
		"sensors": {}
	}
}