{
    "name": "WS Gruppe",
    "short_name": "SWS",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#F7F7F7",
    "theme_color": "#F7F7F7",
    "description": "SWS Gruppe is a web application designed to help you manage your bookings, search for resources, and navigate through your environment with ease.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Today's agenda",
            "short_name": "Agenda",
            "description": "View your agenda for today",
            "url": "/bookings",
            "icons": [
                {
                    "src": "icons/calendar.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search for  rooms, desks or resources",
            "url": "/search",
            "icons": [
                {
                    "src": "icons/search.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Map",
            "short_name": "Map",
            "description": "View the map of your current location",
            "url": "/map",
            "icons": [
                {
                    "src": "icons/map.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Tickets",
            "short_name": "Tickets",
            "description": "View and manage your support tickets",
            "url": "/settings/tickets",
            "icons": [
                {
                    "src": "icons/ticket.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}