BioLab/config.xml
Lucas Tadeu Marculino 1fc73227ce electron build
2025-11-24 04:38:34 -03:00

25 lines
722 B
XML

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.tadeu.biolab" version="1.0.0">
<name>BioLab</name>
<description>BioLab Parameter Explorer</description>
<author email="ltadeu6@pm.me" href="https://github.com/ltadeu6">
Lucas Tadeu Marculino
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<!-- ICON FOR ELECTRON -->
<platform name="electron">
<icon src="res/icon.png" width="512" height="512" />
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
</platform>
<icon src="res/icon.png" />
<preference name="ZoomControls" value="true" />
</widget>