-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·61 lines (58 loc) · 2.81 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jiggabyte.jet" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>JetF14</name>
<description>
A JetF14 game.
</description>
<author email="[email protected]" href="http://www.jiggabytehub.com">
Jigga-Byte Team
</author>
<content src="index.html" />
<preference name="phonegap-version" value="cli-7.0.1" />
<preference name="pgb-builder-version" value="1" />
<preference name="permissions" value="none" />
<preference name="orientation" value="landscape" />
<preference name="loadUrlTimeoutValue" value="120000" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="true" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="LoadingDialog" value="Please wait, loading ..."/>
<preference name="ErrorUrl" value="offline.html"/>
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-installLocation" value="auto" />
<plugin name="cordova-plugin-battery-status" spec="~1.2.4" />
<plugin name="cordova-plugin-camera" spec="~2.4.1" />
<plugin name="cordova-plugin-console" spec="~1.0.7" />
<plugin name="cordova-plugin-contacts" spec="~2.3.1" />
<plugin name="cordova-plugin-device" spec="~1.1.6" />
<plugin name="cordova-plugin-device-motion" spec="~1.2.5" />
<plugin name="cordova-plugin-device-orientation" spec="~1.0.7" />
<plugin name="cordova-plugin-dialogs" spec="~1.3.3" />
<plugin name="cordova-plugin-file" spec="~4.3.3" />
<plugin name="cordova-plugin-file-transfer" spec="~1.6.3" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.7.1" />
<plugin name="cordova-plugin-media" spec="~3.0.1" />
<plugin name="cordova-plugin-media-capture" spec="~1.4.3" />
<plugin name="cordova-plugin-network-information" spec="~1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.3" />
<plugin name="cordova-plugin-vibration" spec="~2.1.5" />
<plugin name="cordova-plugin-statusbar" spec="~2.2.3" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.2" />
<allow-navigation href="https://*" />
<platform name="android">
</platform>
<platform name="ios">
</platform>
<platform name="windows">
</platform>
<access origin="*" />
</widget>