{
	"name": "SkySim Economy",
	"short_name": "SkySim",
	"description": "A persistent virtual aviation career economy game for Microsoft Flight Simulator. Accept contracts, earn currency, and build your fleet through real sim flights.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"background_color": "#0f1117",
	"theme_color": "#0f1117",
	"lang": "en-US",
	"categories": ["games", "utilities"],
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Airport Map",
			"short_name": "Airports",
			"description": "Open the live flight map and find jobs",
			"url": "/airports",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "My Flight",
			"short_name": "My Flight",
			"description": "Check your active flight dashboard",
			"url": "/",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		}
	]
}
