{
    "name": "Basu Vendas",
    "short_name": "Basu Vendas",
    "description": "Plataforma do corretor Basu — funil de vendas, clientes, reservas e tarefas.",
    "id": "/pages/login/login.html",
    "start_url": "/pages/login/login.html",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#8f42ff",
    "theme_color": "#8f42ff",
    "lang": "pt-BR",
    "dir": "ltr",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Funil de Vendas",
            "url": "/pages/funil/funil.html",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Clientes",
            "url": "/pages/clientes/clientes.html",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Tarefas",
            "url": "/pages/tarefas/tarefas.html",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
