{
	"name": "Captura",
	"short_name": "Captura",
	"description": "Capture bugs the way they actually happen. One click captures screenshots, recordings, console logs, and session replays.",
	"display": "standalone",
	"start_url": "/",
	"scope": "/",
	"orientation": "portrait",
	"theme_color": "#f1f2f4",
	"background_color": "#f1f2f4",
	"icons": [
		{ "src": "favicon-16x16.png", "type": "image/png", "sizes": "16x16" },
		{ "src": "favicon-32x32.png", "type": "image/png", "sizes": "32x32" },
		{ "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" },
		{ "src": "apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
		{
			"src": "android-chrome-512x512.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable"
		},
		{
			"src": "og.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "any"
		}
	]
}
