-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
56 lines (56 loc) · 3.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<widget id="gr.wordofgod.m" version="1.0.536" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Mobile WordofGod.TV</name>
<description>WoG TV Broadcasting application featuring live and on-demand sermons, messages and testimonies from www.WordofGod.tv in multiple languages</description>
<author href="http://www.wordofgod.gr" email="[email protected]">www.wordofgod.tv</author>
<content src="index.html" />
<access origin="*" subdomains="true" browserOnly="false" />
<allow-navigation href="*" />
<preference name="loadUrlTimeoutValue" value="300000" />
<preference name="webviewbounce" value="false" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-installLocation" value="auto" />
<preference name="DisallowOverscroll" value="true" />
<preference name="fullscreen" value="true" />
<preference name="ios-statusbarstyle" value="default" />
<preference name="exit-on-suspend" value="false" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<preference name="SuppressesIncrementalRendering" value="False" />
<preference name="KeepRunning" value="True" />
<preference name="stay-in-webview" value="false" />
<preference name="EnableViewportScale" value="true" />
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="prerendered-icon" value="false" />
<preference name="detect-data-types" value="true" />
<preference name="InAppBrowserStorageEnabled" value="True" />
<preference name="TopActivityIndicator" value="white" />
<preference name="SplashMaintainAspectRatio" value="false" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<platform name="android">
<icon src="images/WOG_icon_36x36.png" width="36" height="36" />
<icon src="images/WOG_icon_48x48.png" width="48" height="48" />
<icon src="images/WOG_icon_72x72.png" width="72" height="72" />
<icon src="images/WOG_icon_96x96.png" width="96" height="96" />
<icon src="images/WOG_icon_144x144.png" width="144" height="144" />
<icon src="images/WOG_icon_192x192.png" width="192" height="192" />
<icon src="images/WOG_icon_512x512.png" width="512" height="512" />
<icon src="images/WOG_icon_1024x1024.png" width="1024" height="1024" />
<splash src="images/WOG_splash_320x200.png" density="land-hdpi"/>
<splash src="images/WOG_splash_320x480.png" density="land-ldpi"/>
<splash src="images/WOG_splash_800x480.png" density="land-mdpi"/>
<splash src="images/WOG_splash_1280x720.png" density="land-xhdpi"/>
<splash src="images/WOG_splash_200x320.png" density="port-hdpi"/>
<splash src="images/WOG_splash_480x320.png" density="port-ldpi"/>
<splash src="images/WOG_splash_480x800.png" density="port-mdpi"/>
<splash src="images/WOG_splash_720x1280.png" density="port-xhdpi"/>
</platform>
<preference name="ShowTitle" value="False" />
<plugin name="gdg.youtube" version="0.1.0" />
<plugin name="cordova-plugin-console" version="1.0.1" />
<plugin name="cordova-plugin-network-information" version="1.0.1" />
<plugin name="cordova-plugin-splashscreen" version="2.1.0" />
<plugin name="cordova-plugin-device" version="1.0.1" />
<plugin name="cordova-plugin-dialogs" version="1.1.1" />
<plugin name="cordova-plugin-whitelist" version="1.0.0" />
</widget>