-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
20 lines (20 loc) · 1.16 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.image.icanhascheezburger.com" name="ICanHasCheezburger.com" version="0.6" provider-name="bmillham">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>31632</minversion>
<summary>View random LOLs from ICanHasCheezburger.com.</summary>
<summary lang="de">Zeige zufällige LOLs von ICanHasCheezburger.com</summary>
<description>View random LOL Cats (and others) from ICanHasCheezburger.com.</description>
<description lang="de">Zeige zufällige Katzen LOLs (und andere) von ICanHasCheezburger.com</description>
<disclaimer>ICanHasCheezburger.com has not endorsed this addon. It is recommended that you do not allow your kittehs in the room while using this addon.</disclaimer>
<supportedcontent>episodes</supportedcontent>
</extension>
</addon>