{
	"id": "/",
	"name": "Quiet Ox",
	"short_name": "Quiet Ox",
	"description": "Encrypted, ephemeral file sharing. No accounts, no tracking, no permanent storage.",
	"start_url": "/",
	"scope": "/",
	"icons": [
		{
			"src": "/images/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/images/apple-touch-icon.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/favicon-maskable.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "maskable"
		},
		{
			"src": "/images/apple-touch-icon-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"display": "standalone",
	"theme_color": "#000000",
	"background_color": "#000000",
	"share_target": {
		"action": "/share-target",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "files",
					"accept": ["image/*", "video/*", "audio/*", "text/*", "application/*"]
				}
			]
		}
	}
}