You are on page 1of 2

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

>
<jnlp spec="6.0+" codebase="http://download.tibiame.com/"
href="http://www.tibiame.com/?section=webclient&amp;markup=xhtml&small=1">
<information>
<title>TibiaME</title>
<vendor>CipSoft GmbH</vendor>
<homepage href="http://www.tibiame.com/" />
<description kind="one-line">TibiaME MMO</description>
<description kind="short">TibiaME MMO</description>
<description kind="tooltip">TibiaME MMO</description>
<icon
href="http://static.tibiame.com/content/images/webclient/Icon_small.png"/>
<icon kind="splash"
href="http://static.tibiame.com/content/images/webclient/webclient_loading.gif" />
<icon kind="shortcut"
href="http://static.tibiame.com/content/images/webclient/Icon_large.png" />
<shortcut online="true" install="true">
<desktop/>
<menu submenu="CipSoft GmbH">
<menu submenu="TibiaME"/>
</menu>

</shortcut>
</information>

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

<resources>
<j2se version="1.6+"/>
<jar href="tibiame_ng_web_224.jar" main="true" />
<!--extension href="/tibiame_ng_web_223_development_installer.jnlp" /-->
</resources>

<resources os="Windows" arch="i386 x86">


<nativelib href="tibiame_ng_web_224.win.jar" />
</resources>

<resources os="Windows" arch="amd64 x86_64">


<nativelib href="tibiame_ng_web_224.win_x64.jar" />
</resources>

<resources os="Linux" arch="i386 x86">


<nativelib href="tibiame_ng_web_224.linux.jar" />
</resources>

<resources os="Linux" arch="amd64 x86_64">


<nativelib href="tibiame_ng_web_224.linux_x64.jar" />
</resources>

<resources os="Mac\ OS\ X" arch="x86_64">


<nativelib href="tibiame_ng_web_224.macosx_x64.jar" />
</resources>

<resources os="Mac\ OS\ X" arch="i386 x86">


<nativelib href="tibiame_ng_web_224.macosx.jar" />
</resources>
<applet-desc
name="TibiaME"
main-class="com.cipsoft.tibiame.TibiaMeApplet"
width="640" height="360">
<param name="separate_jvm" value="true" />
<param name="terminalType" value="10" />
<param name="keyMethod" value="1" />
<param name="touchMethod" value="3" />
<param name="screenX" value="640" />
<param name="screenY" value="360" />
<param name="statusBarHeight" value="0" />
<param name="bottomBarHeight" value="0" />
<param name="statusBarHeightLandscape" value="0" />
<param name="bottomBarHeightLandscape" value="0" />
<param name="fyberOfferWallUrl"
value="https://payments.cipsoft.com/tibiame/" />
</applet-desc>

<update check="always" policy="always"/>


</jnlp>

You might also like