-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
36 lines (36 loc) · 1.78 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.mangrove" version="0.3" name="Mangrove" provider-name="jjd-uk">
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1440" aspect="4:3" default="false" folder="xml" />
<res width="1920" height="1280" aspect="3:2" default="false" folder="xml" />
<res width="1920" height="1200" aspect="16:10" default="false" folder="xml" />
<res width="2040" height="1080" aspect="17:9" default="false" folder="xml" />
<res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
<res width="2560" height="1080" aspect="21:9" default="false" folder="xml" />
<res width="2338" height="1080" aspect="19.5:9" default="false" folder="xml" />
<res width="2160" height="1080" aspect="18:9" default="false" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Mangrove skin is based on the Estuary skin</summary>
<description lang="en_GB">Mangrove skin is based on Estuary which is the default skin of Kodi. Credit for the original work on Estuary goes phil65, Ichabod Fletchman without which a derivative work such as this would not be possible.</description>
<platform>all</platform>
<license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license>
<forum>http://forum.kodi.tv/</forum>
<source>https://github.com/jjd-uk/skin.mangrove</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
<screenshot></screenshot>
</assets>
</extension>
</addon>