Advertisement
Guest User

ngkong

a guest
Sep 13th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget android-versionCode="54" id="com.goexpress.xmall" version="3.5.07" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>X-Mall</name>
  4. <description>X-Mall powered by GOX</description>
  5. <author email="info@goexpress-kh.com" href="http://stiasoftware.com/">STIA Developer Team</author>
  6. <content src="index.html" />
  7. <access origin="*" />
  8. <allow-navigation href="http://*/*" />
  9. <allow-navigation href="https://*/*" />
  10. <allow-intent href="http://*/*" />
  11. <allow-intent href="https://*/*" />
  12. <allow-intent href="tel:*" />
  13. <allow-intent href="sms:*" />
  14. <allow-intent href="mailto:*" />
  15. <allow-intent href="geo:*" />
  16. <platform name="android">
  17. <allow-intent href="market:*" />
  18. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  19. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  20. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  21. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  22. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  23. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  24. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
  25. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
  26. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
  27. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
  28. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
  29. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
  30. </platform>
  31. <platform name="ios">
  32. <allow-intent href="itms:*" />
  33. <allow-intent href="itms-apps:*" />
  34. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  35. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  36. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  37. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  38. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
  39. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  40. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  41. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  42. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  43. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  44. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  45. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  46. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  47. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  48. <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
  49. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  50. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  51. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  52. <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
  53. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  54. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  55. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  56. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  57. <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
  58. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  59. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  60. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  61. <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
  62. </platform>
  63. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  64. <preference name="webviewbounce" value="false" />
  65. <preference name="UIWebViewBounce" value="false" />
  66. <preference name="DisallowOverscroll" value="true" />
  67. <preference name="android-minSdkVersion" value="16" />
  68. <preference name="BackupWebStorage" value="none" />
  69. <preference name="FadeSplashScreen" value="false" />
  70. <preference name="FadeSplashScreenDuration" value="0" />
  71. <preference name="AutoHideSplashScreen" value="false" />
  72. <preference name="SplashScreenBackgroundColor" value="0xFFFFFFFF" />
  73. <preference name="SplashScreen" value="screen" />
  74. <preference name="SplashScreenDelay" value="1000" />
  75. <preference name="ShowSplashScreenSpinner" value="true" />
  76. <preference name="Orientation" value="portrait" />
  77. <preference name="loadUrlTimeoutValue" value="60000" />
  78. <preference name="KeyboardDisplayRequiresUserAction" value="false" />
  79. <feature name="StatusBar">
  80. <param name="ios-package" onload="true" value="CDVStatusBar" />
  81. </feature>
  82. <preference name="SplashShowOnlyFirstTime" value="false" />
  83. <plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
  84. <plugin name="cordova-plugin-device" spec="~1.1.3" />
  85. <plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
  86. <plugin name="cordova-plugin-fcm" spec="~1.1.5" />
  87. <plugin name="cordova-plugin-geolocation" spec="~2.4.0" />
  88. <plugin name="cordova-sqlite-storage" spec="~1.4.8" />
  89. <plugin name="cordova-sms-plugin" spec="~0.1.11" />
  90. <plugin name="cordova-plugin-nativeaudio" spec="~3.0.7" />
  91. <plugin name="cordova-plugin-media" spec="~2.4.1" />
  92. <plugin name="cordova-plugin-file-transfer" spec="~1.6.1" />
  93. <plugin name="cordova-plugin-app-version" spec="~0.1.9" />
  94. <plugin name="cordova-plugin-network-information" spec="~1.3.2" />
  95. <plugin name="cordova-plugin-badge" spec="~0.7.4" />
  96. <plugin name="cordova-plugin-facebook4" spec="~1.8.0">
  97. <variable name="APP_ID" value="1742897859267179" />
  98. <variable name="APP_NAME" value="com.goexpress.application" />
  99. </plugin>
  100. <plugin name="com.telerik.plugins.nativepagetransitions" spec="~0.6.5" />
  101. <plugin name="de.appplant.cordova.plugin.local-notification" spec="~0.8.3" />
  102. <plugin name="cordova-plugin-background-mode" spec="~0.7.2" />
  103. <plugin name="cordova-android-support-gradle-release" spec="~1.1.0">
  104. <variable name="ANDROID_SUPPORT_VERSION" value="25.+" />
  105. </plugin>
  106. <plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
  107. <plugin name="cordova-plugin-market" spec="~1.2.0" />
  108. <plugin name="cordova-plugin-android-permissions" spec="~0.10.0" />
  109. <plugin name="cordova-plugin-filepath" spec="~1.0.2" />
  110. <plugin name="cordova-plugin-photo-library" spec="~2.1.0">
  111. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="To choose photos" />
  112. </plugin>
  113. <plugin name="cordova-plugin-add-swift-support" spec="~1.7.1" />
  114. <plugin name="cordova-plugin-statusbar" spec="~2.4.1" />
  115. <plugin name="cordova-plugin-camera" spec="~4.0.1">
  116. <variable name="CAMERA_USAGE_DESCRIPTION" value="To take photo" />
  117. <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="To choose photos" />
  118. </plugin>
  119. <plugin name="cordova-plugin-image-picker" spec="^1.1.3">
  120. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="To choose images" />
  121. </plugin>
  122. <plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
  123. <variable name="CAMERA_USAGE_DESCRIPTION" value="This app needs camera access" />
  124. <variable name="MICROPHONE_USAGE_DESCRIPTION" value="This app needs microphone access" />
  125. <variable name="PHOTOLIBRARY_ADD_USAGE_DESCRIPTION" value="This app needs write-access to photo library" />
  126. <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="This app needs read/write-access photo library access" />
  127. </plugin>
  128. <plugin name="cordova-plugin-ionic-webview" spec="1.1.14" />
  129. <plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
  130. <plugin name="cordova.plugins.diagnostic" spec="^4.0.5" />
  131. <plugin name="cordova-plugin-request-location-accuracy" spec="^2.2.2" />
  132. <plugin name="cordova-plugin-file" spec="4.3.3" />
  133. <plugin name="cordova-plugin-crop" spec="^0.4.0" />
  134. <allow-navigation href="http://192.168.0.102:8102" />
  135. <allow-navigation href="http://192.168.0.102:8100" />
  136. <allow-navigation href="http://192.168.0.108:8101" />
  137. <engine name="ios" spec="4.5.1" />
  138. <engine name="android" spec="6.3.0" />
  139. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement