config.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="xm24.digitigrafo.it" version="1.0.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. <plugin name="cordova-plugin-whitelist" spec="1" />
  16. <access origin="*" />
  17. <allow-intent href="http://*/*" />
  18. <allow-intent href="https://*/*" />
  19. <allow-intent href="tel:*" />
  20. <allow-intent href="sms:*" />
  21. <allow-intent href="mailto:*" />
  22. <allow-intent href="geo:*" />
  23. <platform name="android">
  24. <allow-intent href = "market:*" />
  25. <icon src = "res/icon.png" />
  26. <preference name="AndroidPersistentFileLocation" value="Compatibility" />
  27. <preference name = "SplashScreen" value = "res/splashscreen.png" />
  28. <splash src = "res/splashscreen.png" />
  29. <preference name = "AutoHideSplashScreen" value="false" />
  30. <preference name = "SplashScreen" value = "splashscreen" />
  31. <preference name = "SplashScreenDelay" value="3000" />
  32. <preference name = "SplashMaintainAspectRatio" value="true" />
  33. <preference name = "SplashShowOnlyFirstTime" value="false" />
  34. </platform>
  35. <platform name="ios">
  36. <allow-intent href="itms:*" />
  37. <allow-intent href="itms-apps:*" />
  38. </platform>
  39. <plugin name="phonegap-plugin-push" spec="~1.9.4">
  40. <variable name="SENDER_ID" value="667898382143" />
  41. </plugin>
  42. <plugin name="cordova-sqlite-storage" spec="~2.0.2" />
  43. <plugin name="cordova-plugin-media" spec="~3.0.0" />
  44. <plugin name="cordova-plugin-splashscreen" />
  45. </widget>