{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"short_name": "AE",
	"name": "Ask Elton",
	"scope": "/",
	"start_url": "/",
	"icons": [
		{
			"src": "/logo.png",
			"sizes": "512x512"
		},
		{
			"src": "/logo256.png",
			"sizes": "256x256"
		},
		{
			"src": "/logo32.png",
			"sizes": "32x32"
		}
	],
	"background_color": "#e8e9e2",
	"theme_color": "#ffffff",
	"display": "standalone",
	"id": "?homescreen=1"
}