{
	"short_name": "Selbach OS",
	"name": "Selbach OS",
	"description": "Selbach Information Systems Web Framework to build, enhance and connect apps.",
	"icons": [
		{
			"src": "img/icon.png",
			"type": "image/png",
			"sizes": "192x192"
		}
	],
	"start_url": "./index.html",
	"background_color": "#fff",
	"display": "standalone",
	"scope": "./",
	"theme_color": "#186b8c",
	"shortcuts": [
		{
			"name": "Alternative Settings",
			"short_name": "Settings 2",
			"description": "Load app with settings2.js",
			"url": "index.html?settingsPath=settings2.js",
			"icons": [
				{
					"src": "img/icon.png",
					"sizes": "192x192"
				}
			]
		}
	]
}