<?xml version='1.0' encoding='utf-8'?>
<widget id="br.com.FBmoradorconsulte" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
    <name>SAASCOM Morador</name>
    <description>
        Aplicativo SAASCOM para moradores — gestão de condomínios, boletos, reservas, comunicados e visitantes.
    </description>
    <author email="dev@pro-control.site" href="https://controle.pro-control.site">
        SaaS Control
    </author>
    <content src="login.html" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <preference name="StatusBarBackgroundColor" value="#3DAAEB" />
    <preference name="BackgroundColor" value="#3DAAEB" />
    <preference name="SplashScreenBackgroundColor" value="#3DAAEB" />
    <preference name="AutoHideSplashScreen" value="true" />
    <preference name="FadeSplashScreen" value="true" />
    <preference name="FadeSplashScreenDuration" value="300" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="FACEID_USAGE_DESCRIPTION" value="Use o Face ID para entrar no aplicativo com segurança." />
    <icon src="res/icon/android/icon-1024.png" />
    <platform name="android">
        <preference name="scheme" value="http" />
        <preference name="hostname" value="localhost" />
        <preference name="AndroidWindowSplashScreenBackground" value="#3DAAEB" />
        <preference name="AndroidWindowSplashScreenIconBackgroundColor" value="#3DAAEB" />
        <allow-navigation href="http://*/*" />
        <allow-navigation href="https://*/*" />
        <icon density="ldpi" src="res/icon/android/ldpi.png" />
        <icon density="mdpi" src="res/icon/android/mdpi.png" />
        <icon density="hdpi" src="res/icon/android/hdpi.png" />
        <icon density="xhdpi" src="res/icon/android/xhdpi.png" />
        <icon density="xxhdpi" src="res/icon/android/xxhdpi.png" />
        <icon density="xxxhdpi" src="res/icon/android/xxxhdpi.png" />
        <icon background="res/icon/android/ic_launcher_background-ldpi.png" density="ldpi" foreground="res/icon/android/ic_launcher_foreground-ldpi.png" />
        <icon background="res/icon/android/ic_launcher_background-mdpi.png" density="mdpi" foreground="res/icon/android/ic_launcher_foreground-mdpi.png" />
        <icon background="res/icon/android/ic_launcher_background-hdpi.png" density="hdpi" foreground="res/icon/android/ic_launcher_foreground-hdpi.png" />
        <icon background="res/icon/android/ic_launcher_background-xhdpi.png" density="xhdpi" foreground="res/icon/android/ic_launcher_foreground-xhdpi.png" />
        <icon background="res/icon/android/ic_launcher_background-xxhdpi.png" density="xxhdpi" foreground="res/icon/android/ic_launcher_foreground-xxhdpi.png" />
        <icon background="res/icon/android/ic_launcher_background-xxxhdpi.png" density="xxxhdpi" foreground="res/icon/android/ic_launcher_foreground-xxxhdpi.png" />
        <resource-file src="res/android/drawable/ic_cdv_splashscreen.xml" target="app/src/main/res/drawable/ic_cdv_splashscreen.xml" />
        <resource-file src="res/android/values/cdv_themes.xml" target="app/src/main/res/values/cdv_themes.xml" />
        <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
            <application android:usesCleartextTraffic="true" />
        </edit-config>
        <config-file parent="/manifest" target="AndroidManifest.xml">
            <uses-permission android:name="android.permission.CAMERA" />
            <uses-permission android:name="android.permission.RECORD_AUDIO" />
            <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
            <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
        </config-file>
    </platform>
</widget>
