config.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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. <plugin name="cordova-plugin-whitelist" spec="1" />
  12. <access origin="*" />
  13. <allow-intent href="http://*/*" />
  14. <allow-intent href="https://*/*" />
  15. <allow-intent href="tel:*" />
  16. <allow-intent href="sms:*" />
  17. <allow-intent href="mailto:*" />
  18. <allow-intent href="geo:*" />
  19. <platform name="android">
  20. <allow-intent href="market:*" />
  21. </platform>
  22. <platform name="ios">
  23. <allow-intent href="itms:*" />
  24. <allow-intent href="itms-apps:*" />
  25. </platform>
  26. <platform name="android">
  27. <icon src="res/icon.png" />
  28. </platform>
  29. <plugin name="phonegap-plugin-push" spec="~1.9.4">
  30. <variable name="SENDER_ID" value="667898382143" />
  31. </plugin>
  32. <plugin name="cordova-sqlite-storage" spec="~2.0.2" />
  33. </widget>