-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgadget.xml
More file actions
26 lines (22 loc) · 813 Bytes
/
gadget.xml
File metadata and controls
26 lines (22 loc) · 813 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
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>Presto's Clock</name>
<namespace>gadgets.prestonhunt.com</namespace>
<version>xxVER</version>
<author name="Preston Hunt">
<info url="http://prestonhunt.com" />
<logo src="images/prestoclear-128.png" />
</author>
<description>Elegantly displays date and time with optional time zone information.</description>
<icons>
<icon height="128" width="128" src="images/prestosidebarclock_icon.png"/>
</icons>
<hosts>
<host name="sidebar">
<base type="HTML" apiVersion="1.0.0" src="gadget.html" />
<permissions>full</permissions>
<platform minPlatformVersion="0.3" />
</host>
</hosts>
<autoscaleDPI>true</autoscaleDPI>
</gadget>