{
    "name": "Car Boost",
    "short_name": "Car Boost",
    "description": "Car Boost",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#f97316",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "pt-BR",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "display_override": [
        "window-controls-overlay",
        "standalone"
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "icons": [
        {
            "src": "/assets/img/wizo-mark.svg",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/wizo-mark.svg",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/wizo-mark.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/wizo-mark.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Atendimento",
            "short_name": "Atendimento",
            "description": "Acessar área de atendimento",
            "url": "/atendimento",
            "icons": [
                {
                    "src": "/assets/img/wizo-mark.svg",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Kanban",
            "short_name": "Kanban",
            "description": "Visualizar conversas no Kanban",
            "url": "/",
            "icons": [
                {
                    "src": "/assets/img/wizo-mark.svg",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}