-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
27 lines (27 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.gruzoverkoub"
version="0.0.1"
name="gruzoverkoub"
provider-name="gruzoverflow">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">gruzoverkoub.ru</summary>
<description lang="en_GB">Random coubs non-stop. All coubs you can watch on the coub official website coub.com. Attention 18+ may be attended by adult content.</description>
<disclaimer lang="en_GB">Random coubs non-stop. All coubs you can watch on the coub official website coub.com. Attention 18+ may be attended by adult content.</disclaimer>
<platform>all</platform>
<license>GPL-3.0-only </license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>- View random coubs in Kodi</news>
<forum>https://t.me/gruzoverkoub</forum>
<website>https://gruzoverkoub.ru/</website>
<source>https://github.com/gruzoverflow/plugin.video.gruzoverkoub</source>
</extension>
</addon>