<?xml version='1.0' encoding='utf-8'?>
<widget id="preview.spalate" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Preview</name>
    <description>
        A sample Apache Cordova application that responds to the deviceready event.
    </description>
    <author email="dev@cordova.apache.org" href="http://cordova.io">
        Apache Cordova Team
    </author>
    <content src="http://localhost:3000" />
    <access origin="*" />
    <allow-navigation href="*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="orientation" value="portrait" />
    <preference name="AppendUserAgent" value="cordova CordovaApplication/0.0.1" />
    <preference name="AllowInlineMediaPlayback" value="true"/>
    <plugin name="cordova-plugin-multidex" spec="https://github.com/podtrackers/cordova-multidex" />
    <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
</widget>