-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
28 lines (22 loc) · 774 Bytes
/
config.xml
File metadata and controls
28 lines (22 loc) · 774 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
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.hello-world"
version = "1.0.0">
<name>Expense2</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dineshc@outlook.com" href="http://phonegap.com">
Dinesh Chandnani
</author>
<content src="index.html" />
<access origin="*" />
<preference name="Fullscreen" value="true" />
<preference name="WebViewBounce" value="true" />
<!-- Core plugins -->
<gap:plugin name="org.apache.cordova.geolocation" />
<gap:plugin name="org.apache.cordova.camera" />
<!--
<gap:plugin name="org.apache.cordova.storage" />
-->
</widget>