{
    "name": "SCM - Sistema de Logística",
    "short_name": "SCM",
    "description": "Sistema de Controle de Movimentação e Logística",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1e293b",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "/static/favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon"
        },
        {
            "src": "/static/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "logistics"
    ],
    "shortcuts": [
        {
            "name": "Abrir Scanner",
            "url": "/erp/logistics/storages/scanner/",
            "icons": [
                {
                    "src": "/static/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}