{
	"name": "wescam",
	"short_name": "wescam",
	"id": "wescam",
	"scope": "/",
	"start_url": "/",
	"dir": "ltr",
	"display": "standalone",
	"orientation": "any",
	"theme_color": "#d72121",
	"background_color": "#d72121",
	"icons": [
		{
			"src": "/icons/ios-1024.png",
			"sizes": "1024x1024",
			"type": "image/png"
		},
		{
			"src": "/icons/ios-128.png",
			"sizes": "128x128",
			"type": "image/png"
		},
		{
			"src": "/icons/android.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "New chat",
			"short_name": "Search",
			"description": "Search for another student to chat with.",
			"url": "/search",
			"icons": [
				{
					"src": "/icons/search.png",
					"sizes": "96x96",
					"type": "image/png",
					"purpose": "maskable"
				}
			]
		}
	  ],
	"categories": [
		"social"
	]
}
