config.xml 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget android-versionCode="21" id="nl.digitalthings.mebarista.v2" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>meBarista</name>
  4. <description>meBarista accompanies your meCoffee espresso PID</description>
  5. <author email="info@mecoffee.nl" href="https://mecoffee.nl/">meCoffee.nl / Digital Things</author>
  6. <content src="index.html" />
  7. <access origin="*" />
  8. <allow-navigation href="http://ionic.local/*" />
  9. <allow-navigation href="https://mecoffee.nl/*" />
  10. <allow-navigation href="*youtube*" />
  11. <allow-navigation href="*ytimg*" />
  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. </platform>
  21. <platform name="ios">
  22. <allow-intent href="itms:*" />
  23. <allow-intent href="itms-apps:*" />
  24. <preference name="Orientation" value="all" />
  25. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  26. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  27. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  28. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  29. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
  30. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  31. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  32. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  33. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  34. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  35. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  36. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  37. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  38. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  39. <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
  40. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  41. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  42. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  43. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  44. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  45. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  46. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  47. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  48. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  49. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  50. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  51. </platform>
  52. <preference name="webviewbounce" value="false" />
  53. <preference name="UIWebViewBounce" value="false" />
  54. <preference name="DisallowOverscroll" value="true" />
  55. <preference name="android-minSdkVersion" value="16" />
  56. <preference name="BackupWebStorage" value="none" />
  57. <preference name="SplashMaintainAspectRatio" value="true" />
  58. <preference name="FadeSplashScreenDuration" value="300" />
  59. <preference name="SplashShowOnlyFirstTime" value="false" />
  60. <feature name="StatusBar">
  61. <param name="ios-package" onload="true" value="CDVStatusBar" />
  62. </feature>
  63. <plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
  64. <plugin name="cordova-plugin-whitelist" spec="1.3.1" />
  65. <plugin name="cordova-plugin-console" spec="1.0.5" />
  66. <plugin name="cordova-plugin-statusbar" spec="2.2.1" />
  67. <plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
  68. <plugin name="cordova-plugin-file" spec="~4.3.2" />
  69. <plugin name="cordova-plugin-bluetooth-serial" />
  70. <icon src="resources/ios/icon/icon-small@3x.png" />
  71. <plugin name="cordova-plugin-device" spec="~1.1.6" />
  72. <engine name="ios" spec="^5.1.1" />
  73. </widget>