-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgadget.xml
More file actions
21 lines (21 loc) · 859 Bytes
/
gadget.xml
File metadata and controls
21 lines (21 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>24Seven.FM Radio</name>
<version>1.60</version>
<author name="Stefan Grootscholten">
<info url="http://sites.google.com/site/24sevenfmgadgetswidgets/vista-sidebar-gadget?utm_source=infolink_international&utm_medium=gadget&utm_campaign=24sevenfmGadget" text="24Seven.FM Gadgets & Widgets" />
</author>
<copyright>© 2008 - 2011</copyright>
<description>Listen to one of the stations of 24Seven.FM and view the trackinformation</description>
<icons>
<icon height="64" width="64" src="icon.png" />
</icons>
<hosts>
<host name="sidebar">
<base type="HTML" apiVersion="1.0.0" src="main.html" />
<permissions>Full</permissions>
<platform minPlatformVersion="1.0" />
<defaultImage src="largeIcon.png"></defaultImage>
</host>
</hosts>
</gadget>