-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathaddon.xml
21 lines (21 loc) · 988 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.toolbox" name="ToolBox Script" version="1.1.2" provider-name="phil65">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.pil" version="1.1.7"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language/>
<summary lang="en">ToolBox Script</summary>
<description lang="en">This script exposes several python functions to the UI engine as well as some other stuff to make life for skinners a bit easier.</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=207618</forum>
<source>https://github.com/phil65/script.toolbox</source>
<email>[email protected]</email>
</extension>
</addon>