-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·42 lines (37 loc) · 1.46 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.publicarme.asomies"
versionCode = "10"
version = "0.9.4" >
<name>ASOMIES</name>
<description>
Asociación de Medicina Interna de El Salvador.
</description>
<author email="[email protected]" href="http://publicar.me">
Médicos de El Salvador y Publicar.Me
</author>
<content src="index.html"/>
<gap:platform name="ios" />
<gap:platform name="android" />
<plugin name="cordova-plugin-whitelist" version="1"/>
<access origin="*" />
<!-- preferences -->
<preference name="KeyboardDisplayRequiresUserAction" value="true"/>
<preference name="MediaPlaybackRequiresUserAction" value="false"/>
<preference name="AllowInlineMediaPlayback" value="true"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="webviewbounce" value="false"/>
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="3000"/>
<access origin="*"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<icon src="icon.png" />
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
</widget>