<?xml version="1.0" encoding="UTF-8"?>
<root>
    <default>
        <includes>
            <!--
                Path to css and js files into plugins folder.
                If your files are not in plugins folder, use absolute paths.
            -->
            <css>
                <file></file>
            </css>
            <js>
                <file></file>
            </js>
        </includes>
        <js_code><![CDATA[   if (typeof altchaScript === 'undefined') {
        const altchaScript = document.createElement('script');
        altchaScript.async = true;
        altchaScript.defer = true;
        altchaScript.src = "https://cdn.jsdelivr.net/npm/altcha/dist/altcha.min.js";
        altchaScript.type = "module";
        document.head.appendChild(altchaScript);
    }]]>
        </js_code>
    </default>
</root>
