-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
97 lines (97 loc) · 6.58 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="100200" id="org.provisu.colorVisionQuiz" version="1.2.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>Color Vision Quiz</name>
<description>
The purpose of this application is to provide reliable tools for information, promotion and prevention related to disorders of color vision.
</description>
<author email="webmaster@healthonnet.org" href="http://hon.ch">
Health On Net Team
</author>
<feature name="http://api.phonegap.com/1.0/device" />
<preference name="permissions" value="none" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="27" />
<preference name="splashScreenDelay" value="3000" />
<preference name="DisallowOverscroll" value="true" />
<preference name="BackupWebStorage" value="none" />
<preference name="DefaultVolumeStream" value="media" />
<icon src="icon.png" />
<platform name="android">
<custom-config-file target="AndroidManifest.xml">
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
</custom-config-file>
<icon density="ldpi" src="www/res/icon/android/icon-36-ldpi.png" />
<icon density="mdpi" src="www/res/icon/android/icon-48-mdpi.png" />
<icon density="hdpi" src="www/res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" src="www/res/icon/android/icon-96-xhdpi.png" />
<icon density="xxhdpi" src="www/res/icon/android/icon-144-xxhdpi.png" />
<icon density="xxxhdpi" src="www/res/icon/android/icon-192-xxxhdpi.png" />
<splash density="ldpi" src="www/res/screen/android/screen-ldpi-portrait.png" />
<splash density="land-ldpi" src="www/res/screen/android/screen-ldpi-landscape.png" />
<splash density="mdpi" src="www/res/screen/android/screen-mdpi-portrait.png" />
<splash density="land-mdpi" src="www/res/screen/android/screen-mdpi-landscape.png" />
<splash density="hdpi" src="www/res/screen/android/screen-hdpi-portrait.png" />
<splash density="land-hdpi" src="www/res/screen/android/screen-hdpi-landscape.png" />
<splash density="xhdpi" src="www/res/screen/android/screen-xhdpi-portrait.png" />
<splash density="land-xhdpi" src="www/res/screen/android/screen-xhdpi-landscape.png" />
</platform>
<platform name="ios">
<icon height="29" src="www/res/icon/ios/icon-small.png" width="29" />
<icon height="40" src="www/res/icon/ios/icon-40.png" width="40" />
<icon height="50" src="www/res/icon/ios/icon-50.png" width="50" />
<icon height="57" src="www/res/icon/ios/icon.png" width="57" />
<icon height="58" src="www/res/icon/ios/icon-small@2x.png" width="58" />
<icon height="87" src="www/res/icon/ios/icon-small@3x.png" width="87" />
<icon height="60" src="www/res/icon/ios/icon-60.png" width="60" />
<icon height="72" src="www/res/icon/ios/icon-72.png" width="72" />
<icon height="76" src="www/res/icon/ios/icon-76.png" width="76" />
<icon height="80" src="www/res/icon/ios/icon-40@2x.png" width="80" />
<icon height="100" src="www/res/icon/ios/icon-50@2x.png" width="100" />
<icon height="114" src="www/res/icon/ios/icon@2x.png" width="114" />
<icon height="120" src="www/res/icon/ios/icon-60@2x.png" width="120" />
<icon height="144" src="www/res/icon/ios/icon-72@2x.png" width="144" />
<icon height="152" src="www/res/icon/ios/icon-76@2x.png" width="152" />
<icon height="167" src="www/res/icon/ios/icon-835@2x.png" width="167" />
<icon height="180" src="www/res/icon/ios/icon-60@3x.png" width="180" />
<splash height="480" src="www/res/screen/ios/screen-iphone-portrait.png" width="320" />
<splash height="320" src="www/res/screen/ios/screen-iphone-landscape.png" width="480" />
<splash height="960" src="www/res/screen/ios/screen-iphone-portrait-2x.png" width="640" />
<splash height="640" src="www/res/screen/ios/screen-iphone-landscape-2x.png" width="960" />
<splash height="1024" src="www/res/screen/ios/screen-ipad-portrait.png" width="768" />
<splash height="768" src="www/res/screen/ios/screen-ipad-landscape.png" width="1024" />
<splash height="640" src="www/res/screen/ios/screen-iphone-landscape-568h-2x.png" width="1136" />
<splash height="1136" src="www/res/screen/ios/screen-iphone-portrait-568h-2x.png" width="640" />
<splash height="750" src="www/res/screen/ios/screen-iphone-landscape-667h.png" width="1334" />
<splash height="1334" src="www/res/screen/ios/screen-iphone-portrait-667h.png" width="750" />
<splash height="1242" src="www/res/screen/ios/screen-iphone-landscape-736h.png" width="2208" />
<splash height="2208" src="www/res/screen/ios/screen-iphone-portrait-736h.png" width="1242" />
<splash height="2048" src="www/res/screen/ios/screen-ipad-portrait-2x.png" width="1536" />
<splash height="1536" src="www/res/screen/ios/screen-ipad-landscape-2x.png" width="2048" />
</platform>
<access origin="http://127.0.0.1*" />
<allow-intent href="mailto:*" />
<plugin name="cordova-plugin-tts" spec="^0.2.3" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-android-support-gradle-release" spec="^1.4.4">
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<engine name="android" spec="^7.1.1" />
<engine name="ios" spec="^4.5.5" />
</widget>