{
	"id": "./",
	"name": "OFDGo WebUI",
	"short_name": "OFDGo",
	"start_url": "./",
	"scope": "./",
	"display": "standalone",
	"background_color": "#eef1f4",
	"theme_color": "#fbfcfd",
	"file_handlers": [
		{
			"action": "./",
			"accept": {
				"application/ofd": [".ofd"]
			},
			"launch_type": "multiple-clients"
		}
	],
	"icons": [
		{
			"src": "./ofdgo.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		}
	]
}
