<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.keymap"
       name="Keymap Editor"
       version="0.9.7"
       provider-name="takoi">
    <requires>
        <import addon="xbmc.python" version="2.14.0"/>
    </requires>
    <extension point="xbmc.python.script" library="main.py"/>
    <extension point="xbmc.addon.metadata">
        <summary lang="en">An editor for keymap files</summary>
        <description lang="en">Keymap Editor is a GUI for configuring mappings for remotes, keyboard and other inputs supported by xbmc. Note: existing user defined key mappings will be removed.</description>
        <platform>all</platform>
        <language/>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
        <forum>http://forum.xbmc.org/showthread.php?tid=168767</forum>
        <source>https://github.com/tamland/xbmc-keymap-editor</source>
    </extension>
</addon>
