加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.xml 4.36 KB
一键复制 编辑 原始数据 按行查看 历史
imloama 提交于 2018-06-21 17:25 . update to v2.1.4
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.github.stellarcn.firefly" version="2.1.4" 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/icon/firefly/logo.png" />
<icon density="mdpi" src="res/icon/firefly/logo.png" />
<icon density="hdpi" src="res/icon/firefly/logo.png" />
<icon density="xhdpi" src="res/icon/firefly/logo.png" />
<icon density="xxhdpi" src="res/icon/firefly/logo.png" />
<splash src="res/screen/firefly/splash.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="180" src="res/icon/firefly/icon-60@3x.png" width="180" />
<icon height="60" src="res/icon/firefly/icon-20@3x.png" width="60" />
<icon height="40" src="res/icon/firefly/icon-40.png" width="40" />
<icon height="80" src="res/icon/firefly/icon40x40@2x.png" width="80" />
<icon height="57" src="res/icon/firefly/icon.png" width="57" />
<icon height="20" src="res/icon/firefly/icon-20.png" width="20" />
<splash src="res/screen/firefly/splash.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.1" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.5.4" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-whitelist" spec="^1" />
<plugin name="cordova-plugin-qrscanner" spec="git+https://github.com/imloama/cordova-plugin-qrscanner.git" />
<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-themeablebrowser" spec="git+https://github.com/imloama/cordova-plugin-themeablebrowser.git" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
</widget>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化