{
    "name": "netzsch_auto_deploy",
    "short_name": "netzsch_auto_deploy",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Create a new deploy for the repository on the EKS.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/ms-icon-150x150.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/ms-icon-310x310.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/ms-icon-150x150.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/ms-icon-310x310.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}