-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
executable file
·34 lines (32 loc) · 1.77 KB
/
config.xml
File metadata and controls
executable file
·34 lines (32 loc) · 1.77 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="me.dirchev.varnabus2" version="0.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Varna Bus</name>
<description>
Varna Bus is and app, where people can find useful information such as real-time bus schedules.
</description>
<author email="dimitar.mirchev96@gmail.com" href="http://dirchev.me/">
Dimitar Mirchev
</author>
<content src="index.html"/>
<access origin="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="Orientation" value="portrait" />
<preference name="Fullscreen" value="true" />
<platform name="android">
<icon src="resources/android/icon/ldpi.png" density="ldpi"/>
<icon src="resources/android/icon/mdpi.png" density="mdpi"/>
<icon src="resources/android/icon/hdpi.png" density="hdpi"/>
<icon src="resources/android/icon/xhdpi.png" density="xhdpi"/>
<icon src="resources/android/icon/xxhdpi.png" density="xxhdpi"/>
<icon src="resources/android/icon/xxxhdpi.png" density="xxxhdpi"/>
<splash src="resources/android/splash/drawable-port-ldpi.png" density="port-ldpi"/>
<splash src="resources/android/splash/drawable-port-mdpi.png" density="port-mdpi"/>
<splash src="resources/android/splash/drawable-port-hdpi.png" density="port-hdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi.png" density="port-xhdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi.png" density="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi.png" density="port-xxxhdpi"/>
</platform>
</widget>