-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
15 lines (15 loc) · 796 Bytes
/
addon.xml
File metadata and controls
15 lines (15 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.kootech" name="[COLOR dodgerblue]Kootech[/COLOR] [COLOR white]Updates[/COLOR] " version="0.1.6" provider-name="Kootech">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="startup.py" start="startup" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Kootech Updates</summary>
<description lang="en">Kootech Updates allows you to get access to the latest Kootech Custom Builds: Kootech Simple.[CR][CR]Credits to all Addon Developers.</description>
<platform>all</platform>
</extension>
</addon>