-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
28 lines (22 loc) · 828 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
25
26
27
28
<?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.g0v.jobhelper"
versionCode="12"
version = "1.0.2">
<!-- versionCode is optional and Android only -->
<name>求職小幫手</name>
<description>
求職小幫手App版本
</description>
<author href="https://github.com/nansenat16/jobhelper-mobile" email="[email protected]">
Nansen Su
</author>
<gap:platforms>
<gap:platform name="android" minVersion="2.1" />
</gap:platforms>
<icon src="./images/icon.png" />
<preference name="permissions" value="none"/>
<preference name="target-device" value="handset" />
<access origin="http://jobhelper.g0v.ronny.tw" />
</widget>