home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / AppLauncher.gadget / gadget.xml < prev    next >
Extensible Markup Language  |  2012-08-16  |  788b  |  24 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <gadget>
  3.   <name>App Launcher</name>
  4.   <namespace>Dean Laforet</namespace>
  5.   <version>3.3.4.6</version>
  6.   <author name="Dean Laforet">
  7.     <info url="http://www.aeroxp.org/board/index.php" />
  8.     <logo src="images/logo.png" />
  9.   </author>
  10.   <copyright>© 2007</copyright>
  11.   <description>Launch apps easily from the sidebar.</description>
  12.   <icons>
  13.     <icon height="48" width="48" src="images/icon.png" />
  14.   </icons>
  15.   <hosts>
  16.     <host name="sidebar">
  17.       <base type="HTML" apiVersion="1.0.0" src="launcher.html" />
  18.       <permissions>Full</permissions>
  19.       <platform minPlatformVersion="0.3" />
  20.       <defaultImage src="images/drag.png" />
  21.       <autoscaleDPI>true</autoscaleDPI>
  22.     </host>
  23.   </hosts>
  24. </gadget>