-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.xml
31 lines (31 loc) · 1.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
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.okfn.fi.sujuvuusnavigaattori" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Sujuvuusnavigaattori</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="sujuvuusnavigaattori@groups.facebook.com" href="https://www.facebook.com/groups/sujuvuusnavigaattori/">
OKFN-FI
</author>
<icon platform="android" src="www/static/images/sujuvuusnavigaattori.png" />
<platform name="ios">
<!-- iOS < 7 -->
<!-- iPhone / iPod Touch -->
<icon src="www/static/images/sujuvuusnavigaattori-57.png" width="57" height="57" />
<!-- iPad -->
<icon src="www/static/images/sujuvuusnavigaattori-72.png" width="72" height="72" />
<!-- iOS >= 7 -->
<!-- iPhone / iPod Touch -->
<icon src="www/static/images/sujuvuusnavigaattori-120.png" width="120" height="120" />
<!-- iPad -->
<icon src="www/static/images/sujuvuusnavigaattori-152.png" width="152" height="152" />
<icon src="www/static/images/sujuvuusnavigaattori-76.png" width="76" height="76" />
</platform>
<content src="index.html" />
<access origin="*" />
<plugin name="org.apache.cordova.geolocation" />
<plugin name="org.apache.cordova.statusbar" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000"/>
<preference name="StatusBarStyle" value="lightcontent" />
</widget>