config.xml 902 B

123456789101112131415161718192021222324
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="org.cordova.quasar.app" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>mcs_sa</name>
  4. <description>mcs_sa</description>
  5. <author email="dev@cordova.apache.org" href="http://cordova.io">
  6. Apache Cordova Team
  7. </author>
  8. <content src="index.html" />
  9. <plugin name="cordova-plugin-whitelist" spec="1" />
  10. <access origin="*" />
  11. <allow-intent href="http://*/*" />
  12. <allow-intent href="https://*/*" />
  13. <allow-intent href="tel:*" />
  14. <allow-intent href="sms:*" />
  15. <allow-intent href="mailto:*" />
  16. <allow-intent href="geo:*" />
  17. <platform name="android">
  18. <allow-intent href="market:*" />
  19. </platform>
  20. <platform name="ios">
  21. <allow-intent href="itms:*" />
  22. <allow-intent href="itms-apps:*" />
  23. </platform>
  24. </widget>