-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
41 lines (41 loc) · 2.16 KB
/
Copy pathconfig.xml
File metadata and controls
41 lines (41 loc) · 2.16 KB
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
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cleverbreak</name>
<description>Cleverbreak</description>
<author email="hi@ionicframework" href="http://ionicframework.com/">Cleverbreak Team</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="BackupWebStorage" value="none" />
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="1.1.19" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
<plugin name="cordova-plugin-media" spec="^5.0.2" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-streaming-media" spec="^2.1.2" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-nativeaudio" spec="^3.0.9" />
<plugin name="cordova.plugins.diagnostic" spec="^4.0.8" />
<plugin name="cordova-plugin-facebook4" spec="~3.1.0">
<variable name="APP_ID" value="2161196534093139" />
<variable name="APP_NAME" value="Cleverbreak" />
<variable name="FACEBOOK_ANDROID_SDK_VERSION" value="4.37.0" />
</plugin>
<plugin name="cordova-plugin-googleplus" spec="~5.3.2">
<variable name="REVERSED_CLIENT_ID" value="96642135408-kp3kvg1o7bas0f0o82d55kma01pc8gf5.apps.googleusercontent.com" />
<variable name="PLAY_SERVICES_VERSION" value="11.8.0" />
</plugin>
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-plugin-stripe" spec="1.5.3" />
<plugin name="com.paypal.cordova.mobilesdk" spec="3.5.0" />
<engine name="android" spec="7.0.0" />
<engine name="ios" spec="4.5.5" />
</widget>