-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
60 lines (60 loc) · 3.73 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="10050" id="net.ezrabibleapp.cordova" version="1.15.2" 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>Ezra Bible App</name>
<description>
Ezra Bible App is a Bible study tool focussing on topical study based on keywords/tags.
</description>
<author email="[email protected]" href="https://ezrabibleapp.net">EzraBibleApp.net</author>
<content src="index.html" />
<icon src="ezra-bible-app/icons/ezra.png" />
<access origin="*" />
<access origin="sentry.io" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-navigation href="*" />
<universal-links>
<host name="app" scheme="ezrabible">
<path event="launchedAppFromLink" url="*" />
</host>
</universal-links>
<platform name="android">
<hook src="hooks/update_build_gradle.js" type="before_build" />
<hook src="hooks/deploy_app_sources.js" type="before_build" />
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/supports-screens">
<supports-screens android:largeScreens="true" android:normalScreens="true" android:resizeableActivity="false" android:smallScreens="true" android:xlargeScreens="true" />
</edit-config>
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:requestLegacyExternalStorage="true" />
<application android:usesCleartextTraffic="true" />
<application android:resizeableActivity="false" />
<application android:hasFragileUserData="true" />
</edit-config>
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='MainActivity']">
<activity android:windowSoftInputMode="adjustResize" />
<activity android:exported="true" />
<activity android:theme="@style/Theme.AppCompat.NoActionBar" />
</edit-config>
<icon density="mdpi" src="ezra-bible-app/icons/android/mipmap-mdpi/ezra_round.png" />
<icon density="hdpi" src="ezra-bible-app/icons/android/mipmap-hdpi/ezra_round.png" />
<icon density="xhdpi" src="ezra-bible-app/icons/android/mipmap-xhdpi/ezra_round.png" />
<icon density="xxhdpi" src="ezra-bible-app/icons/android/mipmap-xxhdpi/ezra_round.png" />
<icon density="xxxhdpi" src="ezra-bible-app/icons/android/mipmap-xxxhdpi/ezra_round.png" />
<preference name="resizeOnFullScreen" value="true" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="FadeSplashScreenDuration" value="0"/>
</platform>
<engine name="android" spec="^13.0.0" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
<plugin name="cordova-plugin-android-permissions" spec="^1.1.5" />
<plugin name="cordova-plugin-is-debug" spec="^1.0.0" />
<plugin name="cordova-plugin-fullscreen" spec="^1.3.0" />
<plugin name="cordova-plugin-insomnia" spec="^4.3.0" />
<plugin name="cordova-plugin-app-version" spec="^0.1.14" />
<plugin name="cordova-clipboard" spec="^1.3.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="git+https://github.com/itbeyond/cordova-plugin-ionic-keyboard.git" />
<plugin name="cordova-plugin-file" spec="^6.0.2" />
<plugin name="cordova-plugin-network-information" spec="^2.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^3.0.0" />
<plugin name="cordova-plugin-deeplinks" spec="~1.1.1" />
<plugin name="cordova-plugin-fonts" spec="^0.6.5" />
</widget>