-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
22 lines (22 loc) · 871 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.bingie.helper" name="Bingie Helper" version="1.0.0" provider-name="cartman.dos">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.script" library="default.py" />
<extension point="xbmc.addon.metadata">
<language/>
<summary lang="en">BINGIE Helper Script</summary>
<description lang="en">Helper for some of BINGIE features</description>
<platform>all</platform>
<license>GPL v3.0</license>
<forum>https://forum.kodi.tv/showthread.php?tid=334820</forum>
<website></website>
<source>https://github.com/cartmandos/script.bingie.helper/</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>