<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.mceremote"
       name="MCERemote"
       version="2.0.5"
       provider-name="John Rennie">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>windx</platform>
    <language></language>
    <summary>MCE Remote configuration</summary>
    <description>This addon allows you to configure a Microsoft MCE remote, or any compatible remote using the eHome driver. The addon appears under the Programs heading on the Home page as "MCERemote".</description>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <source>https://github.com/jhsrennie/MCERemote</source>
  </extension>
</addon>
