-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
44 lines (36 loc) · 1.65 KB
/
addon.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.k-viewer" name="K-Viewer" version="0.4" provider-name="gbchr">
<requires>
<import addon="script.module.kodi-six" />
<import addon="script.module.requests" />
<import addon="script.module.future" />
<import addon="script.module.pyxbmct" />
<import addon="script.module.pil" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>image</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="pt">HQs e Mangás</summary>
<summary lang="en_gb">Comics and Mangas</summary>
<description lang="pt">HQs e Mangás</description>
<description lang="en_gb">Comics and Mangas</description>
<disclaimer lang="pt">https://github.com/addon-rajada/plugin.image.k-viewer</disclaimer>
<disclaimer lang="en_gb">https://github.com/addon-rajada/plugin.image.k-viewer</disclaimer>
<license>GNU General Public License, v2</license>
<website>https://addon-rajada.github.io/</website>
<source>https://github.com/addon-rajada/plugin.image.k-viewer</source>
<assets>
<icon>resources/media/icon.solid.png</icon>
<fanart>resources/media/fanart.png</fanart>
<screenshot>resources/media/screenshot1.png</screenshot>
<screenshot>resources/media/screenshot2.png</screenshot>
<screenshot>resources/media/screenshot3.png</screenshot>
<screenshot>resources/media/screenshot4.png</screenshot>
<screenshot>resources/media/screenshot5.png</screenshot>
<screenshot>resources/media/screenshot6.png</screenshot>
</assets>
</extension>
<reuselanguageinvoker>true</reuselanguageinvoker>
</addon>