This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.xml
115 lines (115 loc) · 6.4 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.github.stellarcn.firefly" version="2.1.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>firefly</name>
<description>
stellar wallet
</description>
<content src="index.html" />
<allow-navigation href="*" />
<access origin="*" />
<allow-intent href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<splash src="res/screen/firefly/splash.png" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="res/android/mipmap-ldpi/icon.png" />
<icon density="mdpi" src="res/android/mipmap-mdpi/icon.png" />
<icon density="hdpi" src="res/android/mipmap-hdpi/icon.png" />
<icon density="xhdpi" src="res/android/mipmap-xhdpi/icon.png" />
<icon density="xxhdpi" src="res/android/mipmap-xxhdpi/icon.png" />
<splash density="mdpi" src="res/android/drawable-mdpi/screen.png" />
<source-file src="res/android/drawable-xhdpi" target-dir="res" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="180" src="res/ios/icon/icon-60@3x.png" width="180" />
<icon height="120" src="res/ios/icon/icon-60@2x.png" width="120" />
<icon height="76" src="res/ios/icon/icon-76.png" width="76" />
<icon height="152" src="res/ios/icon/icon-76@2x.png" width="152" />
<icon height="40" src="res/ios/icon/icon-40.png" width="40" />
<icon height="80" src="res/ios/icon/icon-40@2x.png" width="80" />
<icon height="57" src="res/ios/icon/icon.png" width="57" />
<icon height="114" src="res/ios/icon/icon@2x.png" width="114" />
<icon height="72" src="res/ios/icon/icon-72.png" width="72" />
<icon height="144" src="res/ios/icon/icon-72@2x.png" width="144" />
<icon height="29" src="res/ios/icon/icon-small.png" width="29" />
<icon height="58" src="res/ios/icon/icon-small@2x.png" width="58" />
<icon height="50" src="res/ios/icon/icon-50.png" width="50" />
<icon height="100" src="res/ios/icon/icon-50@2x.png" width="100" />
<splash src="res/screen/firefly/splash.png" />
<splash height="480" src="res/ios/screen/Default~iphone.png" width="320" />
<splash height="960" src="res/ios/screen/Default@2x~iphone.png" width="640" />
<splash height="1024" src="res/ios/screen/Default-Portrait~ipad.png" width="768" />
<splash height="2048" src="res/ios/screen/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="1136" src="res/ios/screen/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="res/ios/screen/Default-667h.png" width="750" />
<splash height="2208" src="res/ios/screen/Default-736h.png" width="1242" />
<splash height="2346" src="res/ios/screen/Default-2436h.png" width="1125" />
<resource-file src="res/ios/images/back@2x.png" />
<resource-file src="res/ios/images/back_pressed@2x.png" />
<resource-file src="res/ios/images/close@2x.png" />
<resource-file src="res/ios/images/close_pressed@2x.png" />
<resource-file src="res/ios/images/forward@2x.png" />
<resource-file src="res/ios/images/forward_pressed@2x.png" />
<resource-file src="res/ios/images/menu@2x.png" />
<resource-file src="res/ios/images/menu_pressed@2x.png" />
<resource-file src="res/ios/images/reload@2x.png" />
<resource-file src="res/ios/images/reload_pressed@2x.png" />
<resource-file src="res/ios/images/share@2x.png" />
<resource-file src="res/ios/images/share_pressed@2x.png" />
</platform>
<platform name="browser">
</platform>
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<feature name="SocialSharing">
<param name="ios-package" value="SocialSharing" />
<param name="android-package" value="nl.xservices.plugins.SocialSharing" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
<preference name="BackgroundColor" value="#212122" />
<preference name="DisallowOverscroll" value="true" />
<preference name="EnableViewportScale" value="true" />
<preference name="SuppressesLongPressGesture" value="false" />
<preference name="orientation" value="portrait" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarBackgroundColor" value="#21ce90" />
<preference name="StatusBarStyle" value="lightcontent" />
<preference name="Fullscreen" value="false" />
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="SplashScreenBackgroundColor" value="#21ce90" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreen" value="true" />
<chcp>
<auto-download enabled="false" />
<auto-install enabled="false" />
<config-file url="https://update.fchain.io/v2/chcp.json" />
</chcp>
<engine name="browser" spec="^5.0.4" />
<engine name="android" spec="^7.1.1" />
<engine name="ios" spec="^4.5.5" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-whitelist" spec="^1" />
<plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
<plugin name="cordova-plugin-statusbar" spec="^2.3.0" />
<plugin name="cordova-clipboard" spec="^1.1.1" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-sqlite-storage" spec="^2.1.2" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.2" />
<plugin name="cordova-plugin-globalization" spec="^1.0.9" />
<plugin name="cordova-plugin-screen-orientation" spec="^3.0.1" />
<plugin name="cordova-plugin-advanced-http" spec="^1.11.1" />
<plugin name="cordova-hot-code-push-plugin" spec="^1.5.3" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.3.2" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
<plugin name="firefly-cordova-plugin-themeablebrowser" spec="^0.3.1" />
<plugin name="firefly-cordova-plugin-qrscanner" spec="^2.5.2" />
</widget>