Error loading BASIC of document. General input/output error

I am using Ubuntu 22.04 and LibreOffice 24.2.0.3. I created an extension and distributed it. It is working fine but on opening Libreoffice on any system where the extension is installed it is giving following error.

Error loading BASIC of document file:///home/ubuntu/.config/libreoffice/4/user/uno_packages/cache/uno_packages/lu7126urq4.tmp_/RoznamaJune2024.oxt/Roznama2024/dialog.xlb: General Error.
General input/output error.

My extension code is attached herewith. Is there any problem with the code. I don’t have knowldge of any programming languages.
Roznama Extension Code.odt (49.6 KB)

Is better if add your extension, or show the content of file manifest.xml and your files inside extension.

Content of file manifest.xml

<?xml version="1.0" encoding="UTF-8"?>

manifest:manifest
<manifest:file-entry manifest:full-path=“Roznama2024/” manifest:media-type=“application/vnd.sun.star.basic-library”/>
</manifest:manifest>