<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0+" codebase="http://www.jscreenfix.com" href="JScreenFix.jnlp">

  <information>
    <title>JScreenFix</title>
    <vendor>Michael Gardiner</vendor>
    <homepage href="http://www.jscreenfix.com" />
    <a href="http://www.jscreenfix.com">www.jscreenfix.com</a>
    <icon href="jsf_icon.gif" />
    <icon kind="splash" href="jsf_splash.gif" />
    <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="com.jscreenfix.JScreenFix">
  </application-desc>

  <security>
     <all-permissions/>
  </security>


</jnlp>

