{
	"name": "E2M OnAir",
	"short_name": "E2M OnAir",
	"description": "E2M OnAir — the event software co.",
	"id": "/app/",
	"_comment_start_url": "The installed app opens the mobile UI; scope stays / so links into the classic web app still open in the app window rather than a browser tab.",
	"start_url": "/app/home",
	"scope": "/",
	"display": "standalone",
	"display_override": ["standalone", "minimal-ui", "browser"],
	"orientation": "portrait",
	"background_color": "#ffffff",
	"theme_color": "#002669",
	"lang": "en",
	"dir": "ltr",
	"categories": ["business", "productivity"],
	"icons": [
		{
			"src": "/app-icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/app-icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/app-icons/icon-maskable-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/app-icons/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{ "name": "Agenda", "short_name": "Agenda", "url": "/app/agenda" },
		{ "name": "Speakers", "short_name": "Speakers", "url": "/app/speakers" },
		{ "name": "Attendees", "short_name": "Attendees", "url": "/app/attendees" },
		{ "name": "My Profile", "short_name": "Profile", "url": "/app/profile" }
	]
}
