-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
18 lines (18 loc) · 782 Bytes
/
Copy pathconfig.xml
File metadata and controls
18 lines (18 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<widget id="es.martorela.Martorela" version="1.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Martorela</name>
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="screenScreen" value="screen" />
<preference name="screenScreenDelay" value="5000" />
<preference name="Fullscreen" value="false" />
<preference name="android-windowSoftInputMode" value="stateVisible|adjustResize" />
<description>
Martorela
</description>
<author email="bermejo.a@gmail.com" href="http://martorela.es">
Alberto Bermejo Gil
</author>
<content src="index.html" />
<access origin="*" />
</widget>