<?xml version='1.0' encoding='utf-8'?>
<widget id="it.webmapp.elbrus" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Wm-app</name>
    <description>Webmapp App</description>
    <author email="info@webmapp.it" href="https://webmapp.it">Webmapp Team</author>
    <content src="index.html" />
    <access origin="*" />
    <allow-navigation href="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <preference name="ScrollEnabled" value="false" />
    <preference name="android-minSdkVersion" value="19" />
    <preference name="BackupWebStorage" value="none" />
    <preference name="SplashMaintainAspectRatio" value="true" />
    <preference name="FadeSplashScreenDuration" value="1000" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="orientation" value="portrait" />
    <preference name="AndroidLaunchMode" value="singleTask" />
    <preference name="cordova.plugins.diagnostic.modules" value="LOCATION EXTERNAL_STORAGE" />
    <preference name="SplashScreen" value="/assets/icon/splash.png" />
    <preference name="SplashScreenWidth" value="500" />
    <preference name="SplashScreenHeight" value="500" />
    <preference name="SplashScreenDelay" value="3000" />
</widget>
