-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathaddon.xml
20 lines (20 loc) · 1.32 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.indigo" version="4.0.0" name="Indigo" author="tvaddons">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Indigo is your gateway to the world of unofficial Kodi addons!</summary>
<description lang="en">Indigo is your gateway to the world of unofficial Kodi addons! Please visit www.tvaddons.co for support.</description>
<disclaimer lang="en">Kodi is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation. Furthermore, any software, addons, or products offered by us will receive no support in official Kodi channels, including the Kodi forums and various social networks.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>https://www.tvaddons.co/forums</forum>
<website>https://www.tvaddons.co</website>
<source>https://github.com/tvaddonsco/plugin.program.indigo</source>
</extension>
</addon>