blob: 0c2d04d1e2bb49b5e7b4050ad27118a0f7e73a64 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- config.xml reference: https://cordova.apache.org/docs/en/3.4.0/config_ref_index.md.html -->
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "***REMOVED***"
version = "1.0.6">
<name>WvS-VPlan</name>
<description>
WvS-VPlan lädt den Vertretungsplan des Werner-von-Siemens-Gymnasiums vollautomatisch herunter, zeigt ihn dir an und benachrichtigt dich bei wichtigen Vertretungen.
</description>
<author href="http://***REMOVED***">
</author>
<property name="aapt.ignore.assets" value="<dir>res:!.git" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
<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="7" />
<preference name="android-installLocation" value="auto" />
<preference name="splash-screen-duration" value="0" />
<icon src="res/icons/80.png" />
<icon src="res/icons/36-ldpi.png" gap:platform="android" gap:density="ldpi" />
<icon src="res/icons/48-mdpi.png" gap:platform="android" gap:density="mdpi" />
<icon src="res/icons/72-hdpi.png" gap:platform="android" gap:density="hdpi" />
<icon src="res/icons/96-xhdpi.png" gap:platform="android" gap:density="xhdpi" />
<icon src="res/icons/80.png" gap:platform="blackberry" />
<icon src="res/icons/80.png" gap:platform="blackberry" gap:state="hover"/>
<icon src="res/icons/57.png" gap:platform="ios" width="57" height="57" />
<icon src="res/icons/72-hdpi.png" gap:platform="ios" width="72" height="72" />
<icon src="res/icons/57-2x.png" gap:platform="ios" width="114" height="114" />
<icon src="res/icons/72-2x.png" gap:platform="ios" width="144" height="144" />
<icon src="res/icons/48-mdpi.png" gap:platform="winphone" />
<icon src="res/icons/173.png" gap:platform="winphone" gap:role="background" />
<access origin="http://*.***REMOVED***" />
<access origin="https://*.***REMOVED***" />
</widget>
|