{
	"short_name": "ELM",
	"name": "ELM",
	"icons": [
		{
			"src": "/static/manifest/192.png",
			"type": "image/png",
			"sizes": "192x192"
		},
		{
			"src": "/static/manifest/512.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	],
	"start_url": "/",
	"display_override": ["fullscreen", "standalone"],
	"display": "standalone",
	"theme_color": "#000000",
	"background_color": "#000000"
}