-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
24 lines (17 loc) · 913 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="bit.ly/2ZrRGzM" version="1.0">
<name>Go Faster</name>
<description>Fast scarry action</description>
<author href="http://bit.ly/2ZrRGzM">Edwards David A.</author>
<icon src="icon-128.png" width="128" height="128" />
<icon src="icon-256.png" width="256" height="256" gap:role="default" />
<preference name="permissions" value="none"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<preference name="orientation" value="default" />
<preference name="fullscreen" value="true" />
<preference name="target-device" value="handset" />
<gap:plugin name="org.apache.cordova.media" />
<!-- Optional splash screen image, e.g.: -->
<!-- <gap:splash src="splash.png" width="1024" height="768" /> -->
</widget>