{
	"name": "C2PA View - Content Credentials Viewer",
	"short_name": "C2PA View",
	"description": "Inspect and validate C2PA Content Credentials in any image, video or audio file - entirely on your device.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"background_color": "#0d1117",
	"theme_color": "#0d1117",
	"icons": [
		{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
		{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
		{ "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
	],
	"file_handlers": [
		{
			"action": "/",
			"accept": {
				"image/jpeg": [".jpg", ".jpeg"],
				"image/png": [".png"],
				"image/webp": [".webp"],
				"image/avif": [".avif"],
				"image/gif": [".gif"],
				"image/tiff": [".tif", ".tiff"],
				"image/svg+xml": [".svg"],
				"video/mp4": [".mp4"],
				"video/quicktime": [".mov"],
				"audio/mpeg": [".mp3"],
				"audio/wav": [".wav"],
				"application/pdf": [".pdf"],
				"application/c2pa": [".c2pa"]
			}
		}
	],
	"share_target": {
		"action": "/share",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{ "name": "file", "accept": ["image/*", "video/*", "audio/*", "application/pdf"] }
			]
		}
	}
}
