<?xml version='1.0' encoding='utf-8'?>
<widget id="com.megster.battery" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Battery Test</name>
    <description>
        Cordova Bluetooth Plugin to read Battery Service
    </description>
    <author href="https://github.com/don">
           Don Coleman
    </author>
    <content src="index.html" />
    <access origin="*" />
    <preference name="orientation" value="portrait" />
</widget>
