{
	"id": "/",
	"name": "Transport Pigeon",
	"short_name": "Transport Pigeon",
	"description": "Ephemeral, end-to-end encrypted chat with video calling, file sharing, and whiteboarding.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
	"orientation": "any",
	"lang": "en-US",
	"dir": "ltr",
	"categories": ["social", "communication"],
	"theme_color": "#000000",
	"background_color": "#000000",
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"icons": [
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/images/apple-touch-icon-retina.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "Start a New Flock",
			"short_name": "New Flock",
			"description": "Create a new encrypted chat room",
			"url": "/?action=create",
			"icons": [
				{
					"src": "/images/shortcuts/create-flock.png",
					"sizes": "512x512",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Join with a Code",
			"short_name": "Join Flock",
			"description": "Join an existing encrypted chat room with a room code",
			"url": "/?action=join",
			"icons": [
				{
					"src": "/images/shortcuts/join-flock.png",
					"sizes": "512x512",
					"type": "image/png"
				}
			]
		}
	]
}
