-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·91 lines (83 loc) · 9.21 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.simpliziti.seosamba" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Simpliziti</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://flexkit.seotoaster.com">
PavelCSS
</author>
<preference name="permissions" value="none" />
<preference name="phonegap-version" value="3.6.3" /> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="portrait" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="fullscreen" value="false" /> <!-- all: hides the status bar at the top of the screen -->
<preference name="webviewbounce" value="true" /> <!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<preference name="prerendered-icon" value="true" /> <!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<preference name="stay-in-webview" value="false" /> <!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<preference name="ios-statusbarstyle" value="default" /> <!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<preference name="detect-data-types" value="true" /> <!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<preference name="exit-on-suspend" value="false" /> <!-- ios: if set to true, app will terminate when home button is pressed -->
<preference name="show-splash-screen-spinner" value="true" /> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="false" /> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false" /> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="7" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-installLocation" value="auto" /> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="CameraUsesGeolocation" value="true" />
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" />
</feature>
<preference name="DisallowOverscroll" value="true"/>
<preference name="StatusBarOverlaysWebView" value="true"/>
<preference name="StatusBarBackgroundColor" value="#000"/>
<!--<preference name="StatusBarStyle" value="default" />-->
<!--<gap:plugin name="org.apache.cordova.battery-status" /> <!– https://github.com/apache/cordova-plugin-battery-status/blob/master/doc/index.md –>-->
<gap:plugin name="org.apache.cordova.camera" /> <!-- https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md -->
<!--<gap:plugin name="org.apache.cordova.console" /> <!– https://github.com/apache/cordova-plugin-console/blob/master/doc/index.md –>-->
<gap:plugin name="org.apache.cordova.contacts" /> <!-- https://github.com/apache/cordova-plugin-contacts/blob/master/doc/index.md -->
<gap:plugin name="org.apache.cordova.device" /> <!-- https://github.com/apache/cordova-plugin-device/blob/master/doc/index.md -->
<!--<gap:plugin name="org.apache.cordova.device-motion" /> <!– https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.device-orientation" /> <!– https://github.com/apache/cordova-plugin-device-orientation/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.dialogs" /> <!– https://github.com/apache/cordova-plugin-dialogs/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.file" /> <!– https://github.com/apache/cordova-plugin-file/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.file-transfer" /> <!– https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.geolocation" /> <!– https://github.com/apache/cordova-plugin-geolocation/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.globalization" /> <!– https://github.com/apache/cordova-plugin-globalization/blob/master/doc/index.md –>-->
<gap:plugin name="org.apache.cordova.inappbrowser" /> <!-- https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md -->
<!--<gap:plugin name="org.apache.cordova.media" /> <!– https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.media-capture" /> <!– https://github.com/apache/cordova-plugin-media-capture/blob/master/doc/index.md –>-->
<!--<gap:plugin name="org.apache.cordova.network-information" /> <!– https://github.com/apache/cordova-plugin-network-information/blob/master/doc/index.md –>-->
<gap:plugin name="org.apache.cordova.splashscreen" /> <!-- https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md -->
<gap:plugin name="org.apache.cordova.statusbar" /> <!-- https://github.com/apache/cordova-plugin-statusbar/blob/master/doc/index.md -->
<!--<gap:plugin name="org.apache.cordova.vibration" /> <!– https://github.com/apache/cordova-plugin-vibration/blob/master/doc/index.md –>-->
<gap:plugin name="de.appplant.cordova.plugin.local-notification" /> <!-- https://github.com/katzer/cordova-plugin-local-notifications/ -->
<icon src="icon.png" />
<icon gap:platform="android" gap:qualifier="ldpi" src="res/icon/android/icon-36-ldpi.png" />
<icon gap:platform="android" gap:qualifier="mdpi" src="res/icon/android/icon-48-mdpi.png" />
<icon gap:platform="android" gap:qualifier="hdpi" src="res/icon/android/icon-72-hdpi.png" />
<icon gap:platform="android" gap:qualifier="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
<icon gap:platform="blackberry" src="res/icon/blackberry/icon-80.png" />
<icon gap:platform="blackberry" gap:state="hover" src="res/icon/blackberry/icon-80.png" />
<icon gap:platform="ios" height="57" src="res/icon/ios/icon-57.png" width="57" />
<icon gap:platform="ios" height="72" src="res/icon/ios/icon-72.png" width="72" />
<icon gap:platform="ios" height="114" src="res/icon/ios/icon-57-2x.png" width="114" />
<icon gap:platform="ios" height="144" src="res/icon/ios/icon-72-2x.png" width="144" />
<icon gap:platform="webos" src="res/icon/webos/icon-64.png" />
<icon gap:platform="winphone" src="res/icon/windows-phone/icon-48.png" />
<icon gap:platform="winphone" gap:role="background" src="res/icon/windows-phone/icon-173-tile.png" />
<gap:splash gap:platform="android" gap:qualifier="port-ldpi" src="res/screen/android/screen-ldpi-portrait.png" />
<gap:splash gap:platform="android" gap:qualifier="port-mdpi" src="res/screen/android/screen-mdpi-portrait.png" />
<gap:splash gap:platform="android" gap:qualifier="port-hdpi" src="res/screen/android/screen-hdpi-portrait.png" />
<gap:splash gap:platform="android" gap:qualifier="port-xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" />
<gap:splash gap:platform="blackberry" src="res/screen/blackberry/screen-225.png" />
<gap:splash gap:platform="ios" height="480" src="res/screen/ios/screen-iphone-portrait.png" width="320" />
<gap:splash gap:platform="ios" height="960" src="res/screen/ios/screen-iphone-portrait-2x.png" width="640" />
<gap:splash gap:platform="ios" height="1136" src="res/screen/ios/screen-iphone-portrait-568h-2x.png" width="640" />
<gap:splash gap:platform="ios" height="1024" src="res/screen/ios/screen-ipad-portrait.png" width="768" />
<gap:splash gap:platform="ios" height="768" src="res/screen/ios/screen-ipad-landscape.png" width="1024" />
<gap:splash gap:platform="winphone" src="res/screen/windows-phone/screen-portrait.jpg" />
<content src="index.html" />
<access origin="*" />
</widget>