{
    "manifest_version": 3,
    "name": "EXPOSITATOR RTE 2026",
    "short_name": "RTE Tribunal",
    "description": "Motor de simulación y evaluación para exposiciones orales.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#10b981",
    "permissions": [
        "videoCapture",
        "audioCapture"
    ],
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%2310b981' width='100' height='100'/></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}
