UNPKG

cordova-talsec-plugin-freerasp

Version:

Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.

44 lines (43 loc) 2.49 kB
<?xml version='1.0' encoding='utf-8'?> <widget id="io.ionic.starter" version="1.0.0" 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>example</name> <description>An awesome Ionic/Cordova app.</description> <author email="support@talsec.app" href="http://talsec.app/">Talsec Team</author> <content src="index.html" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <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" /> <platform name="android"> <preference name="android-targetSdkVersion" value="35" /> <preference name="android-compileSdkVersion" value="35" /> <hook src="scripts/modifyGradle.js" type="after_prepare" /> <preference name="Scheme" value="http" /> <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application"> <application android:networkSecurityConfig="@xml/network_security_config" /> </edit-config> <config-file parent="/*" target="AndroidManifest.xml"> <uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" /> <uses-permission android:name="android.permission.DETECT_SCREEN_RECORDING" /> </config-file> <resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" /> <allow-intent href="market:*" /> <icon src="resources/android/icon/drawable-hdpi-icon.png" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <icon src="resources/ios/icon/icon-20.png" width="20" /> </platform> <plugin name="cordova-plugin-statusbar" spec="2.4.2" /> <plugin name="cordova-plugin-device" spec="2.0.2" /> <plugin name="cordova-plugin-splashscreen" spec="5.0.2" /> <plugin name="cordova-plugin-ionic-webview" spec="^5.0.0" /> <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> </widget>