{
	"name": "Gymnastics Event Manager (test)",
	"scope": "https://dev.gymevent.uk/",
	"start_url": "/pwa/standalone",
	"theme_color": "#660000",
	"background_color": "#ffffcf",
	"orientation": "any",
	"display": "standalone",
	"dir": "auto",
	"lang": "en-GB",
	"short_name": "gymevent",
	"description": "Covering all aspects of a gymnastics event",
	"id": "gymevent",
	"icons": [
		{
			"type": "image/png",
			"src": "icons/favicon-32x32.png",
			"sizes": "32x32"
		},
		{
			"type": "image/png",
			"src": "icons/favicon-192x192.png",
			"sizes": "192x192"
		},
		{
			"type": "image/png",
			"src": "icons/favicon-512x512.png",
			"sizes": "512x512"
		}
	],
	"shortcuts": [],
	"categories": [
		"sports"
	],
	"display_override": [
		"window-controls-overlay",
		"standalone"
	],
	"handle_links": "preferred",
	"prefer_related_applications": false
}