{
    "name": "Caritas WebApp",
    "short_name": "Caritas WebApp",
    "start_url": "/index.php",
    "orientation": "any",
    "scope": "/",
    "background_color": "#000000",
    "theme_color": "#cc1e1c",
    "display": "standalone",
    "description": "This app is for caritas support",
    "icons": [
        {
            "src": "./img/caritas_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/caritas_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./img/caritas_64.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/caritas_16.png",
            "sizes": "16x16",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "utilities"
    ],
    "screenshots": [
        {
            "src": "/img/screenshot1.png",
            "sizes": "1280x800",
            "type": "image/png",
            "description": "Main interface"
        }
    ],
    "related_applications": [
        {
            "platform": "web",
            "url": "https://webapp.caritas-it.de"
        }
    ],
    "shortcuts": [
        {
            "name": "Ticket erstellen",
            "short_name": "Tickets",
            "description": "Ein neue Ticket erstellen",
            "url": "index.php?p=ticket",
            "icons": [
                {
                    "src": "/img/plus.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Hotline",
            "short_name": "Hotline",
            "description": "Hotline anrufen",
            "url": "index.php?p=kontakt"
        }
    ],
    "prefer_related_applications": false
}