-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
34 lines (29 loc) · 1.52 KB
/
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
25
26
27
28
29
30
31
32
33
34
<?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.gcccs.org.iligtasgapo" version="1.0">
<name>iLigtas GAPO Beta</name>
<description>iLigtas GAPO(Built for Olongapo). Prepare, Share, Care</description>
<author>Team Kamote</author>
<gap:platforms>
<gap:platform name="android" />
</gap:platforms>
<icon src="images/icon_36.png" gap:platform="android" gap:density="ldpi" />
<icon src="images/icon_48.png" gap:platform="android" gap:density="mdpi" />
<icon src="images/icon_72.png" gap:platform="android" gap:density="hdpi" />
<icon src="images/icon_96.png" gap:platform="android" gap:density="xhdpi" />
<icon src="images/icon_86.png" width="86" height="86" gap:role="default" />
<preference name="phonegap-version" value="3.6.3" />
<access origin="*" subdomains="true" />
<access uri="*" subdomains="true" />
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/camera"/>
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.camera" />
<gap:plugin name="org.apache.cordova.media" />
<gap:plugin name="org.apache.cordova.media-capture" />
<gap:plugin name="org.apache.cordova.geolocation" />
<preference name="orientation" value="portrait" />
<preference name="fullscreen" value="true" />
<preference name="target-device" value="universal" />
</widget>