initial
This commit is contained in:
commit
fb20596fba
36 changed files with 8679 additions and 0 deletions
11
config.xml
Normal file
11
config.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.tadeu.biolab" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>BioLab</name>
|
||||
<description>BioLab Parameter Explorer</description>
|
||||
<author email="ltadeu6@pm.me" href="https://cordova.apache.org">
|
||||
Apache Cordova Team
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
</widget>
|
||||
Loading…
Add table
Add a link
Reference in a new issue