<?xml version='1.0' encoding='utf-8'?>
<widget id="es.globergycloud.tkgastos" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <feature name="Whitelist">
        <param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" />
        <param name="onload" value="true" />
    </feature>
    <name>TK Gastos</name>
    <description>Aplicación Android para TK Gastos</description>
    <author email="soporte@globergycloud.es" href="https://globergycloud.es">Globergy</author>
    <content src="index.html" />
    <access origin="*" />
    <allow-navigation href="https://globergycloud.es/*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="market:*" />
    <preference name="loglevel" value="DEBUG" />
</widget>
