|
1 | 1 | <?xml version='1.0' encoding='utf-8'?>
|
2 | 2 | <widget id="alastria.wallet" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
3 | 3 | <name>Alastria Wallet</name>
|
4 |
| - <description>An awesome Ionic/Cordova app.</description> |
5 |
| - <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author> |
| 4 | + <description>Alastria Wallet</description> |
| 5 | + <author email="communication@alastria.io" href="http://alastria.io/">Alastria</author> |
6 | 6 | <content src="index.html" />
|
7 | 7 | <access origin="*" />
|
8 | 8 | <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
|
|
84 | 84 | <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
|
85 | 85 | <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
86 | 86 | </platform>
|
87 |
| - <allow-navigation href="http://192.168.1.31:8100" /> |
88 |
| - <access origin="*" /> |
89 |
| - <allow-navigation href="*" /> |
90 |
| - <engine name="browser" spec="5.0.4" /> |
91 |
| - <engine name="ios" spec="5.0.0" /> |
92 |
| - <plugin name="cordova-plugin-splashscreen" spec="4.1.0" /> |
93 |
| - <plugin name="cordova-plugin-statusbar" spec="2.4.2" /> |
94 |
| - <plugin name="cordova-plugin-whitelist" spec="1.3.3" /> |
95 |
| - <plugin name="ionic-plugin-keyboard" spec="2.2.1" /> |
96 |
| - <plugin name="cordova-plugin-ionic-webview" spec="2.2.0" /> |
97 |
| - <plugin name="phonegap-plugin-barcodescanner" spec="8.0.1"> |
98 |
| - <variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" /> |
99 |
| - </plugin> |
100 |
| - <plugin name="cordova-plugin-fingerprint-aio" spec="2.0.0" /> |
101 |
| - <plugin name="cordova-plugin-inappbrowser" spec="^3.2.0" /> |
102 |
| - <plugin name="ionic-plugin-deeplinks"> |
103 |
| - <variable name="URL_SCHEME" value="walletapp" /> |
104 |
| - <variable name="DEEPLINK_HOST" value="alastria.com" /> |
105 |
| - <variable name="ANDROID_PATH_PREFIX" value="/" /> |
106 |
| - </plugin> |
107 | 87 | </widget>
|
0 commit comments