-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
31 lines (27 loc) · 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
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.speedslice.speedsliceapp"
versionCode="11"
version = "1.0.1">
<name>SpeedSlice</name>
<description>
An app for ordering pizza with a few clicks.
</description>
<author href="http://github.com/willyboy"
email="support@speedslice.com">
William Neely
</author>
<preference name="phonegap-version" value="2.2.0" />
<preference name="permissions" value="none"/>
<preference name="fullscreen" value="true" />
<icon src="images/App_Icon.png" gap:role="default" />
<gap:splash src="images/splash.png" />
<preference name="splash-screen-duration" value="4000" />
<gap:plugin name="ChildBrowser" />
<gap:plugin name="GenericPush" />
<preference name="orientation" value="portrait" />
<preference name="webviewbounce" value="false" />
<preference name="show-splash-screen-spinner" value="false" />
<preference name="target-device" value="handset" />
</widget>