{
	"name": "The Public Home",
	"short_name": "The Public Home",
	"start_url": ".",
	"display": "standalone",
	"display_override": [
		"standalone",
		"fullscreen",
		"window-controls-overlay"
	],
	"theme_color": "#242525",
	"background_color": "#242525",
	"orientation": "portrait-primary",
	"description": "The Public Home",
	"icons": [
		{
			"src": "img/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "img/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		}
	],
	"screenshots": [
		{
			"src": "img/screenshot-wide-1.png",
			"sizes": "1920x877",
			"type": "image/png"
		},
		{
			"src": "img/screenshot-wide-2.png",
			"sizes": "1920x879",
			"type": "image/png",
			"form_factor": "wide"
		}
	]
}