-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (24 loc) · 747 Bytes
/
addon.xml
File metadata and controls
25 lines (24 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.xumblr"
name="Xumblr"
version="0.1"
provider-name="Dennis Buecker">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="xbmc.gui"/>
<import addon="xbmc.plugin"/>
<import addon="script.module.simplejson" version="2.0.9"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>
Bringing the tumblr experience to your TV.
</summary>
<description>
Bringing the tumblr experience to your TV.
</description>
<platform >all</platform>
</extension>
</addon>