{
    "name": "OdontoManager Pro",
    "short_name": "OdontoManager",
    "description": "Sistema de Gestão para Consultório Odontológico",
    "start_url": "/demo.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8fafc",
    "theme_color": "#0891b2",
    "categories": ["medical", "business", "productivity"],
    "lang": "pt-BR",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230891b2' width='512' height='512' rx='100'/><text x='256' y='256' text-anchor='middle' dominant-baseline='central' font-size='300'>🦷</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230891b2' width='192' height='192' rx='40'/><text x='96' y='96' text-anchor='middle' dominant-baseline='central' font-size='120'>🦷</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Novo Agendamento",
            "short_name": "Agendar",
            "description": "Criar novo agendamento",
            "url": "/demo.html#agendamentos",
            "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text font-size='80'>📅</text></svg>", "sizes": "96x96"}]
        },
        {
            "name": "Novo Paciente",
            "short_name": "Paciente",
            "description": "Cadastrar novo paciente",
            "url": "/demo.html#pacientes",
            "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text font-size='80'>👥</text></svg>", "sizes": "96x96"}]
        }
    ]
}
