{
	"short_name": "Soundcraft Ui",
	"name": "Soundcraft Ui",
	"description": "Soundcraft Ui mixer wrapper",
	"author": "Creatix",
	"version": "1.3",
	"orientation": "any",
	"app": {
		"background": {
			"scripts": ["service.js"]
		}
	},
	"serviceworker": {
		"src": "service.js",
		"scope": "/"
	},
	"icons": [{
		"src": "icon.png",
		"type": "image/png",
		"sizes": "152x152"
	}],
	"start_url": "/",
	"background_color": "#fff",
	"display": "standalone",
	"scope": "/",
	"theme_color": "#333"
}