-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.xml
38 lines (38 loc) · 3.1 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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="219" id="github.marckassay.ait" version="2.1.9" 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>AIT</name>
<description>An interval timer designed to be read and heard from a distance.</description>
<author email="marckassay@gmail.com" href="https://github.com/marckassay/AIT">Marc Kassay</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="BackupWebStorage" value="none" />
<preference name="LottieLoopAnimation" value="true" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="LottieAnimationLocation" value="www/assets/animation.json" />
<preference name="LottieEnableHardwareAcceleration" value="true" />
<preference name="LottieBackgroundColor" value="#100000FF" />
<preference name="LottieFullScreen" value="true" />
<resource-file src="resources/android/icon/values/ic_ait_launcher_background.xml" target="/app/src/main/res/values/colors.xml" />
<icon background="@color/background" density="ldpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-mdpi/ic_ait_launcher.png" />
<icon background="@color/background" density="mdpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-mdpi/ic_ait_launcher.png" />
<icon background="@color/background" density="hdpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-hdpi/ic_ait_launcher.png" />
<icon background="@color/background" density="xhdpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-xhdpi/ic_ait_launcher.png" />
<icon background="@color/background" density="xxhdpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-xxhdpi/ic_ait_launcher.png" />
<icon background="@color/background" density="xxxhdpi" foreground="resources/android/icon/drawable/ic_ait_launcher_foreground.xml" src="resources/android/icon/mipmap-xxxhdpi/ic_ait_launcher.png" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-brightness" spec="0.2.0" />
<plugin name="cordova-plugin-screen-orientation" spec="3.0.1" />
<plugin name="cordova-plugin-vibration" spec="3.1.0" />
<plugin name="cordova-plugin-nativeaudio" spec="3.0.9" />
<plugin name="clovelced-plugin-audiomanagement" spec="1.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^3.1.2">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
</widget>