config.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.shotshock.twong" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>美天旺</name>
  4. <description>
  5. 美天旺是完璧时空旗下新型垂直电商App,专注于新经济下的购物服务!
  6. </description>
  7. <author email="dev@cordova.apache.org" href="http://cordova.io">
  8. twong Team
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <allow-intent href="http://*/*" />
  13. <allow-intent href="https://*/*" />
  14. <allow-intent href="tel:*" />
  15. <allow-intent href="sms:*" />
  16. <allow-intent href="mailto:*" />
  17. <allow-intent href="geo:*" />
  18. <platform name="android">
  19. <allow-intent href="market:*" />
  20. <icon src="res/android/mipmap-mdpi/ic_launcher.png" density="mdpi" />
  21. <icon src="res/android/mipmap-hdpi/ic_launcher.png" density="hdpi" />
  22. <icon src="res/android/mipmap-xhdpi/ic_launcher.png" density="xhdpi" />
  23. <icon src="res/android/mipmap-xxhdpi/ic_launcher.png" density="xxhdpi" />
  24. <icon src="res/android/mipmap-xxxhdpi/ic_launcher.png" density="xxxhdpi" />
  25. <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
  26. <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
  27. </platform>
  28. <preference name="Fullscreen" value="true" />
  29. <preference name="WebViewBounce" value="false" />
  30. <preference name="DisallowOverscroll" value="true" />
  31. <platform name="ios">
  32. <allow-intent href="itms:*" />
  33. <allow-intent href="itms-apps:*" />
  34. <!-- iOS 8.0+ -->
  35. <!-- iPhone 6 Plus -->
  36. <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
  37. <!-- iOS 7.0+ -->
  38. <!-- iPhone / iPod Touch -->
  39. <icon src="res/ios/icon-60.png" width="60" height="60" />
  40. <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
  41. <!-- iPad -->
  42. <icon src="res/ios/icon-76.png" width="76" height="76" />
  43. <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
  44. <!-- iOS 6.1 -->
  45. <!-- Spotlight Icon -->
  46. <icon src="res/ios/icon-40.png" width="40" height="40" />
  47. <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
  48. <!-- iPhone / iPod Touch -->
  49. <icon src="res/ios/icon.png" width="57" height="57" />
  50. <icon src="res/ios/icon@2x.png" width="114" height="114" />
  51. <!-- iPad -->
  52. <icon src="res/ios/icon-72.png" width="72" height="72" />
  53. <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
  54. <!-- iPhone Spotlight and Settings Icon -->
  55. <icon src="res/ios/icon-small.png" width="29" height="29" />
  56. <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
  57. <!-- iPad Spotlight and Settings Icon -->
  58. <icon src="res/ios/icon-50.png" width="50" height="50" />
  59. <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
  60. <preference name="CodePushDeploymentKey" value="YOUR-ANDROID-DEPLOYMENT-KEY" />
  61. <preference name="CodePushPublicKey" value="YOUR-PUBLIC-KEY" />
  62. </platform>
  63. </widget>