<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0+" codebase="http://screenfix.hostyourself.net/screenfix/" href="JScreenFix.jnlp">

 <information>
   <title>JScreenFix</title>
   <vendor>Michael Gardiner</vendor>
   <homepage href="http://screenfix.hostyourself.net" />
   <description>A utility for fixing stuck pixels and burn-in on LCD and plasma screens.</description>

   <shortcut online="false">
     <desktop/>
     <menu submenu="Host Yourself" />
   </shortcut>
   <offline-allowed />
 </information>

 <resources>
   <j2se version="1.4+" />
   <jar href="JScreenFix.jar" main="true" />
 </resources>

 <application-desc main-class="net.hostyourself.screenfix.JScreenFix">
 </application-desc>

 <security>
    <all-permissions/>
 </security>


</jnlp>