{
	"name": "Perchi — Free Voice Rooms for Groups",
	"short_name": "Perchi",
	"description": "Voice rooms for your crew. Chat, video, drawing, screen sharing, and watch together — no downloads, no accounts.",
	"id": "/?source=pwa",
	"start_url": "/?source=pwa",
	"scope": "/",
	"display": "standalone",
	"display_override": ["standalone", "minimal-ui"],
	"background_color": "#7f56d9",
	"theme_color": "#7f56d9",
	"orientation": "any",
	"categories": ["social", "productivity", "communication"],
	"lang": "en-US",
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Create a room",
			"short_name": "New room",
			"description": "Start a new voice room",
			"url": "/?action=new-room",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		},
		{
			"name": "Open lobby",
			"short_name": "Lobby",
			"description": "Browse public rooms",
			"url": "/lobby",
			"icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
		}
	]
}
