{
    "name": "Controle de Frota",
    "short_name": "Frota",
    "description": "Alocação de veículos, checagem por fotos e manutenção da frota GLOBAL",
    "lang": "pt-BR",
    "start_url": "/painel",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#015498",
    "icons": [
        { "src": "/images/icone-pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/images/icone-pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/images/icone-pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "Minhas alocações", "url": "/alocacoes", "icons": [{ "src": "/images/icone-pwa-192.png", "sizes": "192x192" }] },
        { "name": "Nova alocação", "url": "/alocacoes/create", "icons": [{ "src": "/images/icone-pwa-192.png", "sizes": "192x192" }] }
    ]
}
