{
	"name": "Black Chat",
	"short_name": "Black Chat",
	"description": "A real-time chat with read receipts built in, see when every message is sent and read.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"background_color": "#00313A",
	"theme_color": "#171717",
	"icons": [
		{
			"src": "/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		}
	]
}