forked from BADMS/script.colorbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
24 lines (24 loc) · 1015 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.colorbox" name="colorbox Script" version="3.0.0" provider-name="BADMS, Angelinas">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Image manipulator and colour matching tools</summary>
<description lang="en_GB">Provides image tools for skinners</description>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<forum>http://forum.kodi.tv/</forum>
<source>https://github.com/BADMS/script.colorbox</source>
<email>[email protected]</email>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/fanart.jpg</screenshot>
</assets>
</extension>
</addon>