{
	"short_name": "Kupreški",
	"name": "Kupreški Radio",
	"description": "Radio s visoravni",
	"author": "Creatix",
	"version": "0.1",
	"orientation": "portrait",
	"app": {
		"background": {
			"scripts": ["service.js"]
		}
	},
	"serviceworker": {
		"src": "service.js",
		"scope": "/"
	},
	"icons": [{
		"src": "img/favicon.png",
		"type": "image/png",
		"sizes": "256x256"
	}],
	"start_url": "/",
	"background_color": "#fff",
	"display": "standalone",
	"scope": "/",
	"theme_color": "#C60000"
}