home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Theme
/
8GadgetPack
/
8GadgetPackSetup.msi
/
Gadgets.7z
/
Gadgets
/
DriveInfo.gadget
/
gadget.xml
< prev
next >
Wrap
Extensible Markup Language
|
2012-08-16
|
757b
|
22 lines
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>DriveInfo</name>
<namespace>KST.Gadgets</namespace>
<version>1.0.0</version>
<author name="Kris Thompson">
<logo src="icon.png" />
</author>
<copyright>Copyright © 2006</copyright>
<description>This gadget allows you to monitor one or more of your PC's drives. If you like it, let me know at thomp132@gmail.com.</description>
<icons>
<icon height="48" width="48" src="icon.png" />
</icons>
<hosts>
<host name="sidebar">
<base type="HTML" apiVersion="1.0.0" src="DriveInfo.html" />
<permissions>full</permissions>
<platform minPlatformVersion="0.3" />
<autoscaleDPI>true</autoscaleDPI>
</host>
</hosts>
</gadget>