{
	"name": "Jollama",
	"short_name": "Jollama",
	"start_url": "/",
	"share_target": {
		"action": "/receive-files/",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"file": "file",
			"files": [
				{
					"name": "image",
					"accept": [
						"image/jpeg"
					]
				}
			]
		}
	},
	"scope": "/",
	"display": "standalone",
	"background_color": "#000000",
	"theme_color": "#000000",
	"orientation": "portrait",
	"description": "Tech Talent, Orchestrated.",
	"icons": [
		{
			"src": "/mobile-logo.svg",
			"sizes": "192x192 512x512",
			"type": "image/svg+xml",
			"purpose": "any maskable"
		}
	]
}