{
	"name": "YourGroups",
	"short_name": "YourGroups",
	"scope": "/",
	"display": "standalone",
	"background_color": "#2e3650",
	"theme_color": "#2e3650",
	"description": "social media without The Algorithm, without the drama | 212c995f",
	"id": "YourGroups",
	"launch_handler": {
    "client_mode": "navigate-existing"
},
"protocol_handlers": [
	{
		"protocol": "web+yourgroups",
		"url": "/"
	}
],
	"orientation": "any",

	"icons": [
		{
			"src": "logo-icon.svg",
			"sizes": "any",
			"purpose": "maskable"
		},
		{
			"src": "logo-dark.svg",
			"sizes": "any",
			"purpose": "any"
		},
		{
			"src": "logo-dark.png",
			"sizes": "512x512",
			"purpose": "any"
		}
	]
}
