-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
23 lines (23 loc) · 932 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.photokandy.jmpr" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>JMPR</name>
<description>
A 3D Jumping Game a la Geometry Dash and Impossible Game
</description>
Kerri Shotts, photoKandy Studios LLC
</author>
<content src="index.html" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="DisallowOverscroll" value="true" />
<engine name="android" spec="~6.2.1" />
<engine name="browser" spec="^4.1.0" />
<engine name="ios" spec="^4.4.0" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>