{
    "name": "Apudos Concierge",
    "short_name": "Apudos",
    "description": "Apudos Concierge parcel management solution for buildings",
    "icons": [
        {
            "src": "img/icon-48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "img/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "/",
	"scope": "/",
    "display": "fullscreen",
	"orientation": "portrait",
    "theme_color": "#ec0c30",
    "background_color": "#ec0c30",
	"serviceworker": {
		"src": "/serviceworker.js"
	}
}
