2020-08-13 17:44:57 +01:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
2021-11-16 16:00:14 +01:00
|
|
|
<widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
|
|
|
<name>Gabinete digital</name>
|
2021-02-25 09:42:06 +01:00
|
|
|
<description>An awesome Ionic/Cordova app.</description>
|
|
|
|
|
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
2021-10-18 17:10:33 +01:00
|
|
|
<content src="index.html" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<access origin="*" />
|
2021-09-27 16:23:41 +01:00
|
|
|
<allow-navigation href="*" />
|
|
|
|
|
<allow-navigation href="*" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<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="BackupWebStorage" value="none" />
|
|
|
|
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
|
|
|
|
<preference name="FadeSplashScreenDuration" value="300" />
|
|
|
|
|
<preference name="SplashShowOnlyFirstTime" value="false" />
|
|
|
|
|
<preference name="SplashScreen" value="screen" />
|
|
|
|
|
<preference name="SplashScreenDelay" value="3000" />
|
2023-03-28 16:11:59 +01:00
|
|
|
<preference name="iosPersistentFileLocation" value="Library" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<platform name="android">
|
|
|
|
|
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-04-05 13:22:17 +01:00
|
|
|
<application android:usesCleartextTraffic="true" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" />
|
2020-08-13 17:44:57 +01:00
|
|
|
</edit-config>
|
|
|
|
|
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
|
2021-07-22 13:44:34 +01:00
|
|
|
<resource-file src="google-services.json" target="google-services.json" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<allow-intent href="market:*" />
|
|
|
|
|
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
|
|
|
|
|
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
|
|
|
|
|
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
|
|
|
|
|
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
|
|
|
|
|
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
|
|
|
|
|
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
|
|
|
|
|
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
|
|
|
|
|
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
|
|
|
|
|
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
|
|
|
|
|
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
|
|
|
|
|
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
|
|
|
|
|
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
2021-11-16 16:00:14 +01:00
|
|
|
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
|
|
|
|
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
|
|
|
|
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
|
|
|
|
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
|
|
|
|
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
|
|
|
|
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
2023-07-03 12:04:52 +01:00
|
|
|
<preference name="AndroidXEnabled" value="true" />
|
|
|
|
|
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
|
2020-08-13 17:44:57 +01:00
|
|
|
</platform>
|
2021-03-04 11:22:24 +01:00
|
|
|
<allow-navigation href="http://localhost:8100" sessionid="9714472a" />
|
2021-04-01 16:11:35 +01:00
|
|
|
<allow-navigation href="http://localhost:8101" sessionid="4721f88c" />
|
2021-11-16 16:00:14 +01:00
|
|
|
<plugin name="cordova-plugin-dbcopy" spec="https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git" />
|
|
|
|
|
<engine name="browser" />
|
|
|
|
|
<engine name="android" />
|
2020-08-13 17:44:57 +01:00
|
|
|
</widget>
|