{
	"name": "Aetheros Ascended",
	"short_name": "Aetheros",
	"description": "A trading card game set in the world of Aetheros",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#14151b",
	"theme_color": "#14151b",
	"orientation": "any",
	"icons": [
		{
			"src": "/aa_logo_192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/aa_logo_512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"categories": ["games", "entertainment"],
	"shortcuts": [
		{
			"name": "Play Standard",
			"short_name": "Standard",
			"description": "Play a standard game",
			"url": "/play/standard",
			"icons": [
				{
					"src": "/aa_logo_192.png",
					"sizes": "192x192"
				}
			]
		},
		{
			"name": "Play Story",
			"short_name": "Story",
			"description": "Play the story mode",
			"url": "/play/story",
			"icons": [
				{
					"src": "/aa_logo_192.png",
					"sizes": "192x192"
				}
			]
		}
	]
}
