-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
29 lines (24 loc) · 1.02 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.chat4each" version="0.3.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Chat4Each</name>
<description>
Vido/Audio/Text chat for you across mobile, web, apps.
</description>
<author email="support@chat4each.com" href="http://www.chat4each.com">
Chat4Each Team
</author>
<content src="m.html" />
<access origin="*" />
<!-- Default application icon -->
<icon src="www/res/icons/icon.png" />
<!--
Default icon should work, but cordova don't overwrite
the default on all densities
-->
<icon src="www/res/icons/icon.png" platform="android" density="ldpi" />
<icon src="www/res/icons/icon.png" platform="android" density="mdpi" />
<icon src="www/res/icons/icon.png" platform="android" density="hdpi" />
<icon src="www/res/icons/icon.png" platform="android" density="xhdpi" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
</widget>