-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
31 lines (25 loc) · 1.03 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
<?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.wdrt.org"
versionCode="10"
version = "1.0.0">
<!-- versionCode is optional and Android only -->
<name>WDRT Radio</name>
<description>
Driftless Community Radio.
</description>
<author href="http://wdrt.org" email="[email protected]">
Michael Andrews
</author>
<icon src="img/logo_wdrt_29.png" width="29" height="29" />
<icon src="img/logo_wdrt_36.png" width="36" height="36" />
<icon src="img/logo_wdrt_48.png" width="48" height="48" />
<icon src="img/logo_wdrt_57.png" width="57" height="57" />
<icon src="img/logo_wdrt_58.png" width="58" height="58" />
<icon src="img/logo_wdrt_64.png" width="64" height="64" />
<icon src="img/logo_wdrt_72.png" width="72" height="72" />
<icon src="img/logo_wdrt_96.png" width="96" height="96" />
<icon src="img/logo_wdrt_114.png" width="114" height="114" />
<icon src="img/logo_wdrt_144.png" width="144" height="144" />
</widget>