-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
21 lines (21 loc) · 907 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.chess" name="Chess" version="1.0.0" provider-name="Tom C. Scheper ([email protected])">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Simple chess game for Kodi</summary>
<description lang="en">Play chess on Kodi! Test your skills against the
python sunfish engine in the age old game of chess.
</description>
<license>All rights reserved</license>
<language></language>
<forum></forum>
<source>https://github.com/tomcss/script.chess</source>
<email>[email protected]</email>
</extension>
</addon>