{
	"name": "LocalConvert — Convert files in your browser",
	"short_name": "LocalConvert",
	"description": "Free, private, instant file conversion in your browser. No uploads, no signup. Images, audio, video, documents.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#0a0a0a",
	"theme_color": "#0a0a0a",
	"lang": "en",
	"dir": "ltr",
	"categories": ["productivity", "utilities"],
	"icons": [
		{
			"src": "/favicon-16.png",
			"sizes": "16x16",
			"type": "image/png"
		},
		{
			"src": "/favicon-32.png",
			"sizes": "32x32",
			"type": "image/png"
		},
		{
			"src": "/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/pwa-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/pwa-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/maskable-icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"screenshots": [
		{
			"src": "/screenshots/desktop-1.png",
			"sizes": "1920x1080",
			"type": "image/png",
			"form_factor": "wide",
			"label": "LocalConvert desktop"
		},
		{
			"src": "/screenshots/mobile-1.png",
			"sizes": "750x1334",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "LocalConvert mobile"
		}
	],
	"share_target": {
		"action": "/convert",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{ "name": "files", "accept": ["image/*", "audio/*", "video/*", "application/*"] }
			]
		}
	},
	"protocol_handlers": [
		{ "protocol": "web+localconvert", "url": "/?action=%s" }
	]
}
