<?xml version='1.0' encoding='utf-8'?>
<widget id="com.provodnik.wagon.debug" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Вагон-Вагон</name>
    <description>
         Интерактивная дорожная новелла о судьбе и мелочах, которые могут её изменить.
    </description>
    <author email="provodnikgames@gmail.com" href="https://vk.com/provodnikgames">
        Provodnik Games
    </author>
    <content src="index.html" />
    <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:*" />
    <icon src="res/icon/icon.png" />
    <preference name="Fullscreen" value="true" />
    <preference name="Orientation" value="portrait" />
</widget>
