{
    "id": "/motorista",
    "name": "Syszona Motorista",
    "short_name": "Syszona",
    "description": "Portal do motorista para estacionar, recarregar e acompanhar historico.",
    "start_url": "/motorista/dashboard",
    "scope": "/motorista",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#0f766e",
    "background_color": "#f8fafc",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Estacionar",
            "short_name": "Estacionar",
            "url": "/motorista/cartoes/novo"
        },
        {
            "name": "Recargas",
            "short_name": "Recargas",
            "url": "/motorista/recargas"
        },
        {
            "name": "Historico",
            "short_name": "Historico",
            "url": "/motorista/historico"
        }
    ]
}
