config.xml 456 B

12345678910111213
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.megster.ble.redbear.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>RedBear Chat</name>
  4. <description>
  5. A sample app from a phone to RedBear Labs BLE hardware.
  6. </description>
  7. <author href="http://github.com/don">
  8. Don Coleman
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. </widget>