{
	"short_name": "Dabba",
	"name": "Dabba",
	"icons": [
		{
			"src": "/assets/images/192_logo.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/assets/images/512_logo.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	],
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"theme_color": "#ee4440",
	"background_color": "#ffffff",
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"share_target": {
		"action": "/share",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "files",
					"accept": [
						"*/*"
					]
				}
			]
		}
	},
	"file_handlers": [
		{
			"action": "/",
			"name": "Dabba",
			"accept": {
				"*/*": [
					".*"
				]
			}
		}
	]
}