config.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="xm24.digitigrafo.it" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>I love XM24</name>
  4. <description>
  5. Spazio Sociale Autogestito XM24, Bolognina (BO): info, eventi, comunicati.. I love XM24, iloveXM24
  6. </description>
  7. <author email="hacklabbo@indivia.net" href="http://hacklabbo.indivia.net">
  8. hacklabbo.indivia.net
  9. </author>
  10. <content src="index.html" />
  11. <preference name="SplashScreen" value="res/splashscreen.png" />
  12. <preference name="SplashScreenDelay" value="3000" />
  13. <preference name="AutoHideSplashScreen" value="false" />
  14. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  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="AndroidPersistentFileLocation" value="Compatibility" />
  26. <preference name="SplashScreen" value="res/splashscreen.png" />
  27. <splash src="res/splashscreen.png" />
  28. <preference name="AutoHideSplashScreen" value="false" />
  29. <preference name="SplashScreen" value="splashscreen" />
  30. <preference name="SplashScreenDelay" value="3000" />
  31. <preference name="SplashMaintainAspectRatio" value="true" />
  32. <preference name="SplashShowOnlyFirstTime" value="false" />
  33. </platform>
  34. <platform name="ios">
  35. <allow-intent href="itms:*" />
  36. <allow-intent href="itms-apps:*" />
  37. </platform>
  38. <plugin name="cordova-plugin-file" spec="~4.3.3" />
  39. <plugin name="cordova-plugin-media" spec="~3.0.1" />
  40. <plugin name="cordova-plugin-network-information" spec="~1.3.3">
  41. <variable name="SENDER_ID" value="667898382143" />
  42. </plugin>
  43. <plugin name="cordova-plugin-splashscreen" spec="~4.0.3">
  44. <variable name="SENDER_ID" value="667898382143" />
  45. </plugin>
  46. <plugin name="cordova-plugin-whitelist" spec="~1.3.2" />
  47. <plugin name="cordova-plugin-x-socialsharing" spec="~5.1.8">
  48. <variable name="SENDER_ID" value="667898382143" />
  49. </plugin>
  50. <plugin name="cordova-sqlite-storage" spec="~2.0.4" />
  51. <plugin name="phonegap-plugin-push" spec="~1.9.4">
  52. <variable name="SENDER_ID" value="667898382143" />
  53. </plugin>
  54. <engine name="android" spec="^8.0.0" />
  55. </widget>