BioLab/config.xml
ltadeu6 afb2945813
Atualiza package name para dev.tadix.biolab e adiciona config electron-builder
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 17:42:42 -03:00

23 lines
660 B
XML

<?xml version='1.0' encoding='utf-8'?>
<widget id="dev.tadix.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">
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
</platform>
<icon src="res/icon.png" />
<preference name="ZoomControls" value="true" />
</widget>