{
	"id": "/",
	"name": "Classic",
	"short_name": "Classic",
	"description": "Classic event feed, teams, stats, and history.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": ["standalone", "minimal-ui", "browser"],
	"orientation": "portrait",
	"background_color": "#F8FAFC",
	"theme_color": "#F8FAFC",
	"categories": ["social", "sports", "games"],
	"icons": [
		{
			"src": "/img/ico/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/img/ico/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/img/ico/apple-touch-icon-180x180.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		}
	],
	"shortcuts": [
		{
			"name": "Timeline",
			"short_name": "Timeline",
			"description": "Open the Classic timeline.",
			"url": "/#timeline",
			"icons": [
				{
					"src": "/img/ico/icon-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Teams",
			"short_name": "Teams",
			"description": "Open the current Classic teams.",
			"url": "/#team",
			"icons": [
				{
					"src": "/img/ico/icon-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	]
}
