<?xml version='1.0' encoding='utf-8'?>
<widget id="io.microminion.onetp-test" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>OneTPCordovaTest</name>
    <description>
        Very basic test to verify whether or not 1tp loads properly in Cordova app
    </description>
    <author email="nico.b.janssens@gmail.com">
        Nico Janssens
    </author>
    <content src="index.html" />
    <plugin name="cordova-plugin-whitelist" spec="1" />
    <plugin name="cordova-plugin-console" spec="~1.0.3" />
    <plugin name="cordova-plugin-chrome-apps-sockets-udp" spec="~1.2.2" />
    <plugin name="cordova-plugin-chrome-apps-sockets-tcp" spec="~1.3.6" />
    <plugin name="cordova-plugin-chrome-apps-sockets-tcpserver" spec="~1.2.3" />
    <plugin name="cordova-plugin-chrome-apps-system-network" spec="~1.1.2" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <platform name="android">
        <allow-intent href="market:*" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
</widget>
