-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.xml
More file actions
31 lines (22 loc) · 937 Bytes
/
config.xml
File metadata and controls
31 lines (22 loc) · 937 Bytes
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 = "nl.kevinverhoef.cardboard"
version = "1.0">
<name>Luminis Cardboard</name>
<description>
Cardboard navigable spheres with three.js
</description>
<author href="http://darts.kevinverhoef.nl" email="verhoef.k@gmail.com">
Kevin Verhoef
</author>
<icon src="icon.png" />
<preference name="phonegap-version" value="3.7.0" />
<preference name="fullscreen" value="true" />
<preference name="orientation" value="landscape" />
<preference name="detect-data-types" value="false" />
<preference name="exit-on-suspend" value="true" />
<preference name="permissions" value="none"/>
<gap:plugin name="nl.x-services.plugins.insomnia" version="4.0.1" />
<gap:platform name="android" />
</widget>