-
Notifications
You must be signed in to change notification settings - Fork 26
/
addon.xml
19 lines (19 loc) · 906 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.sparkle" name="Sparkle" version="0.0.84" provider-name="iwannabelikemike">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.addon.common" />
<import addon="script.module.requests" />
<import addon="script.module.beautifulsoup4" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Just a little sparkle.</summary>
<description lang="en">A small plugin for playing reddit acestreams
</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<platform>all</platform>
</extension>
</addon>