-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
19 lines (15 loc) · 949 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.twentyverse.www"
version = "0.1.0" >
<name>git cheatsheet</name>
<description>A cheatsheet for common git commands</description>
<author href="https://build.phonegap.com" email="[email protected]">Hardeep Shoker</author>
<preference name="orientation" value="portrait" />
<!-- <preference name="fullscreen" value="true" /> Defaults to false-->
<!-- <preference name="exit-on-suspend" value="true" /> for example when the home button is pressed -->
<!-- <preference name="splash-screen-duration" value="10000"/> Duration that the splash screen remains visible; defaults to 5000 (ms). For auto-hide behaviour call navigator.splashscreen.hide() in the deviceready callback. -->
<icon src="images/icon.png" />
<gap:splash src="images/splash.png" />
</widget>