config.xml 421 B

12345678910111213
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.megster.example.hrm" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>HeartRate</name>
  4. <description>
  5. BLE Heart Rate Monitor Demo
  6. </description>
  7. <author href="https://github.com/don">
  8. Don Coleman
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. </widget>