config.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="xm24.digitigrafo.it" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>I XM24</name>
  4. <description>
  5. XM24
  6. </description>
  7. <author email="info@digitigrafo.it" href="http://hacklabbo.indivia.net">
  8. hacklabbo.indivia.net - digitigrafo.it
  9. </author>
  10. <content src="index.html" />
  11. <preference name = "SplashScreen" value = "res/splashscreen.png" />
  12. <preference name="SplashScreenDelay" value="10000" />
  13. <preference name="AutoHideSplashScreen" value="false" />
  14. <plugin name="cordova-plugin-whitelist" spec="1" />
  15. <access origin="*" />
  16. <allow-intent href="http://*/*" />
  17. <allow-intent href="https://*/*" />
  18. <allow-intent href="tel:*" />
  19. <allow-intent href="sms:*" />
  20. <allow-intent href="mailto:*" />
  21. <allow-intent href="geo:*" />
  22. <platform name="android">
  23. <allow-intent href = "market:*" />
  24. <icon src = "res/icon.png" />
  25. <preference name = "SplashScreen" value = "res/splashscreen.png" />
  26. <splash src = "res/splashscreen.png" />
  27. <preference name = "AutoHideSplashScreen" value="false" />
  28. <preference name = "SplashScreen" value = "splashscreen" />
  29. <preference name = "SplashScreenDelay" value="10000" />
  30. <preference name = "SplashMaintainAspectRatio" value="true" />
  31. <preference name = "SplashShowOnlyFirstTime" value="false" />
  32. </platform>
  33. <platform name="ios">
  34. <allow-intent href="itms:*" />
  35. <allow-intent href="itms-apps:*" />
  36. </platform>
  37. <plugin name="phonegap-plugin-push" spec="~1.9.4">
  38. <variable name="SENDER_ID" value="667898382143" />
  39. </plugin>
  40. <plugin name="cordova-sqlite-storage" spec="~2.0.2" />
  41. <plugin name="cordova-plugin-media" spec="~3.0.0" />
  42. </widget>