23 lines
643 B
XML
23 lines
643 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="resources/icon.png" width="512" height="512" />
|
|
</platform>
|
|
<icon src="resources/icon.png" />
|
|
|
|
<preference name="ZoomControls" value="true" />
|
|
|
|
</widget>
|