<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://westsoft.freestarthost.com/" href="gui.jnlp">
   <information>
      <title>MarmotSearch 1.11</title>
      <vendor>Westwood Software</vendor>
      <description>Searches the internet</description>
      <description kind="tooltip">MarmotSearch</description>
      <shortcut online="true">
         <desktop/>
         <menu submenu="Westwood Software Applications"/>
      </shortcut>
      <offline-allowed/>
   </information>
   <resources>
      <j2se version="1.4+"/>
      <jar href="MarmotSearch1.11.jar"/>
      <property name="javaws.cfg.jauthenticator" value="none"/>
      <property name="javaws.jauthenticator" value="none"/>
   </resources>
   <application-desc main-class="gui"/>
   <security>
      <all-permissions/>
   </security>
</jnlp>
