{
    "name": "Automyčka Matrix",
    "short_name": "Matrix",
    "display": "fullscreen",
    "start_url": "/",
    "scope": "/",
    "icons": [
        {
            "src": "/images/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ],
    "shortcuts" : [
        {
            "name": "Infopanel",
            "url": "/"
        },
        {
            "name": "Nová zakázka",
            "url": "/transaction/wizard"
        },
        {
            "name": "Nová rezervace",
            "url": "/reservation/wizard"
        }
    ]
}