-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
134 lines (118 loc) · 8 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.a2bapp" version="0.0.15" xmlns:gap="http://phonegap.com/ns/1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>A2B</name>
<description>

A sample Apache Cordova application that responds to the deviceready event.

</description>
<author email="[email protected]" href="http://cordova.io">

Apache Cordova Team

</author>
<content src="index.html"/>
<access origin="*" subdomains="true" />
<allow-navigation href="*" />
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<preference name="LoadUrlTimeoutValue" value="60000"/>
<preference name="SplashScreen" value="screen"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="webviewbounce" value="false"/>
<preference name="orientation" value="portrait" />
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="android-minSdkVersion" value="14" />
<preference name='phonegap-version' value='cli-6.1.0' />
<preference name="android-build-tool" value="gradle" />
<preference name="disable-push-notifications" value="1" />
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
<feature name="SpinnerDialog">
<param name="ios-package" value="hu.dpal.phonegap.plugins.SpinnerDialog" />
</feature>
<!-- iPhone / iPod Touch -->
<icon src="resources/ios/icon/icon.png" platform="ios" width="57" height="57" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="114" height="114" />
<!-- iPad -->
<icon src="resources/ios/icon/icon-72.png" platform="ios" width="72" height="72" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="144" height="144" />
<!-- iPhone 6 / 6+ -->
<icon src="resources/ios/icon/[email protected]" platform="ios" width="180" height="180" />
<!-- iPhone / iPod Touch -->
<icon src="resources/ios/icon/icon-60.png" platform="ios" width="60" height="60" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="120" height="120" />
<!-- iPad -->
<icon src="resources/ios/icon/icon-76.png" platform="ios" width="76" height="76" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="152" height="152" />
<!-- Settings Icon -->
<icon src="resources/ios/icon/icon-small.png" platform="ios" width="29" height="29" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="resources/ios/icon/icon-40.png" platform="ios" width="40" height="40" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="80" height="80" />
<!-- iPhone Spotlight and Settings Icon -->
<icon src="resources/ios/icon/icon-small.png" platform="ios" width="29" height="29" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="58" height="58" />
<!-- iPad Spotlight and Settings Icon -->
<icon src="resources/ios/icon/icon-50.png" platform="ios" width="50" height="50" />
<icon src="resources/ios/icon/[email protected]" platform="ios" width="100" height="100" />
<splash src="resources/splash.png" />
<splash src="resources/android/splash/drawable-land-ldpi-screen.png" platform="android" qualifier="land-ldpi"/>
<splash src="resources/android/splash/drawable-land-mdpi-screen.png" platform="android" qualifier="land-mdpi"/>
<splash src="resources/android/splash/drawable-land-hdpi-screen.png" platform="android" qualifier="land-hdpi"/>
<splash src="resources/android/splash/drawable-land-xhdpi-screen.png" platform="android" qualifier="land-xhdpi"/>
<splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" platform="android" qualifier="land-xxhdpi"/>
<splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" platform="android" qualifier="land-xxxhdpi"/>
<splash src="resources/android/splash/drawable-port-ldpi-screen.png" platform="android" qualifier="port-ldpi"/>
<splash src="resources/android/splash/drawable-port-mdpi-screen.png" platform="android" qualifier="port-mdpi"/>
<splash src="resources/android/splash/drawable-port-hdpi-screen.png" platform="android" qualifier="port-hdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi-screen.png" platform="android" qualifier="port-xhdpi"/>
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" platform="android" qualifier="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" platform="android" qualifier="port-xxxhdpi"/>
<icon src="resources/icon.png" />
<icon src="resources/android/icon/drawable-ldpi-icon.png" platform="android" qualifier="ldpi" />
<icon src="resources/android/icon/drawable-mdpi-icon.png" platform="android" qualifier="mdpi" />
<icon src="resources/android/icon/drawable-hdpi-icon.png" platform="android" qualifier="hdpi" />
<icon src="resources/android/icon/drawable-xhdpi-icon.png" platform="android" qualifier="xhdpi" />
<icon src="resources/android/icon/drawable-xxhdpi-icon.png" platform="android" qualifier="xxhdpi" />
<icon src="resources/android/icon/drawable-xxxhdpi-icon.png" platform="android" qualifier="xxxhdpi" />
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" platform="ios" width="640" height="1136"/>
<splash src="resources/ios/splash/Default-667h.png" platform="ios" width="750" height="1334"/>
<splash src="resources/ios/splash/Default-736h.png" platform="ios" width="1242" height="2208"/><!--
<splash src="resources/ios/splash/Default-Landscape-736h.png" platform="ios" width="2208" height="1242"/>
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" platform="ios" width="2048" height="1536"/>
<splash src="resources/ios/splash/Default-Landscape~ipad.png" platform="ios" width="1024" height="768"/> -->
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" platform="ios" width="1536" height="2048"/>
<splash src="resources/ios/splash/Default-Portrait~ipad.png" platform="ios" width="768" height="1024"/>
<splash src="resources/ios/splash/Default@2x~iphone.png" platform="ios" width="640" height="960"/>
<splash src="resources/ios/splash/Default~iphone.png" platform="ios" width="320" height="480"/>
<plugin name="com.mediamatrixdoo.keepscreenon" source="pgb" version="1.0.1" />
<plugin name="cordova-plugin-background-mode" />
<plugin name="de.appplant.cordova.plugin.local-notification" />
<plugin name="cordova-plugin-camera" />
<plugin name="cordova-plugin-dialogs" />
<plugin name="cordova-plugin-file" />
<!-- <plugin name="cordova-plugin-file-transfer" version="1.1.0" /> -->
<plugin name="cordova-plugin-media" />
<plugin name="cordova-plugin-device" />
<plugin name="cordova-plugin-vibration" />
<plugin name="cordova-plugin-splashscreen" />
<plugin name="cordova-plugin-globalization" />
<plugin name="cordova-plugin-statusbar" />
<plugin name="cordova-plugin-geolocation" />
<plugin name="cordova-plugin-network-information" />
<plugin name="cordova-plugin-spinner-dialog" />
<plugin name="cordova-plugin-console" />
<plugin name="cordova-plugin-whitelist" />
<plugin name="ionic-plugin-keyboard" />
<plugin name="cordova-plugin-inappbrowser" />
<plugin name="cordova-plugin-request-location-accuracy" />
<plugin name="cordova-plugin-contacts" />
<plugin name="cordova-plugin-x-socialsharing" />
<plugin source="git" spec="https://github.com/mapsplugin/cordova-plugin-googlemaps" >
<param name="API_KEY_FOR_ANDROID" value="AIzaSyCe2aTCnx4LjCCxLPDPD0c2l_UNiv4gBig" />
<param name="API_KEY_FOR_IOS" value="AIzaSyAXpnBjorZYS3VFDlJDjE743d7ObHwXIbE" />
</plugin>
<!-- <plugin name="de.appplant.cordova.plugin.local-notification" source="pgb" /> -->
<!-- <plugin name="cordova-plugin-crosswalk-webview-pgb-adapt" version="1.4.0-dev-5"/> -->
<!-- <plugin name='org.crosswalk.engine' version='1.3.0' source='pgb' /> -->
</widget>