-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
93 lines (85 loc) · 4.93 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.usd21.firstprinciples" version="2.9.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>First Principles</name>
<description>
The elementary teachings, according to the scriptures of the Bible, about what it means to be a disciple of Jesus.
</description>
<author email="firstprinciples@usd21.org" href="http://usd21.org/m/">
USD21
</author>
<content src="index.html" />
<allow-navigation href="*" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="*://*.usd21.org/*" />
<allow-intent href="*://*.caicc.net/*" />
<allow-intent href="*://*.kipmckean.com/*" />
<allow-intent href="*://*.amazon.com/*" />
<allow-intent href="*://discipleshipmedia.com/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="fullscreen" value="true" />
<preference name='phonegap-version' value='cli-7.0.1' />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="FadeSplashScreen" value="false"/>
<preference name="FadeSplashScreenDuration" value="0"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<icon src="icon.png" />
<platform name="browser">
<preference name="SplashScreenDelay" value="0" />
<preference name="SplashScreen" value="res/screen/ios/Default@2x~universal~anyany.png" /> <!-- defaults to "/img/logo.png" -->
<preference name="SplashScreenBackgroundColor" value="#233559" /> <!-- defaults to "#464646" -->
<preference name="ShowSplashScreen" value="true" /> <!-- defaults to "true" -->
<preference name="SplashScreenWidth" value="1200" /> <!-- defaults to "170" -->
<preference name="SplashScreenHeight" value="1200" /> <!-- defaults to "200" -->
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance" mode="replace">
<false/>
</config-file>
<icon src="images/icons/rob20130621/40x40.png" width="40" height="40" />
<icon src="images/icons/rob20130621/57x57.png" width="57" height="57" />
<icon src="images/icons/rob20130621/72x72.png" width="72" height="72" />
<icon src="images/icons/rob20130621/76x76.png" width="76" height="76" />
<icon src="images/icons/rob20130621/114x114.png" width="114" height="114" />
<icon src="images/icons/rob20130621/120x120.png" width="120" height="120" />
<icon src="images/icons/rob20130621/144x144.png" width="144" height="144" />
<icon src="images/icons/rob20130621/152x152.png" width="152" height="152" />
<icon src="images/icons/rob20130621/167x167.png" width="167" height="167" />
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
</platform>
<platform name="android">
<allow-intent href="market:*" />
<preference name="android-installLocation" value="auto" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<!-- Icons: -->
<icon src="images/icons/rob20130621/36x36.png" width="36" height="36" density="ldpi" />
<icon src="images/icons/rob20130621/48x48.png" width="48" height="48" density="mdpi" />
<icon src="images/icons/rob20130621/72x72.png" width="72" height="72" density="hdpi" />
<icon src="images/icons/rob20130621/96x96.png" width="96" height="96" density="xhdpi" />
<!-- Portrait splash: -->
<splash src="res/screen/android/splash-port-ldpi.png" density="port-ldpi"/>
<splash src="res/screen/android/splash-port-mdpi.png" density="port-mdpi"/>
<splash src="res/screen/android/splash-port-hdpi.png" density="port-hdpi"/>
<splash src="res/screen/android/splash-port-xhdpi.png" density="port-xhdpi"/>
<!-- Landscape splash: -->
<splash src="res/screen/android/splash-land-ldpi.png" density="land-ldpi"/>
<splash src="res/screen/android/splash-land-mdpi.png" density="land-mdpi"/>
<splash src="res/screen/android/splash-land-hdpi.png" density="land-hdpi"/>
<splash src="res/screen/android/splash-land-xhdpi.png" density="land-xhdpi"/>
</platform>
<platform name="winphone" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
<engine name="browser" spec="^4.1.0" />
<plugin spec="https://github.com/apache/cordova-plugin-splashscreen.git#50a5588" />
<plugin spec="https://github.com/katzer/cordova-plugin-hidden-statusbar-overlay#d9b46c8" />
<plugin name="cordova-plugin-inappbrowser" spec="1.7.1" />
<plugin name="cordova-plugin-whitelist" spec="1.3.2" />
</widget>