skin.pellucidPlus/addon.xml

29 lines
1.5 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2016-12-19 17:38:47 +01:00
<addon id="skin.pellucid" version="1.0.2" name="Pellucid" provider-name="theDeadman">
2015-03-27 21:31:13 +01:00
<requires>
<import addon="xbmc.gui" version="5.12.0"/>
2016-12-19 17:38:47 +01:00
<import addon="script.skinshortcuts" version="1.0.13"/>
2016-02-09 22:24:24 +01:00
<import addon="resource.images.weathericons.outline" version="0.0.5"/>
<import addon="resource.images.weatherfanart.single" version="0.0.6"/>
2015-03-27 21:31:13 +01:00
</requires>
2015-05-06 22:04:44 +02:00
<extension point="xbmc.gui.skin" debugging="false">
2015-03-27 21:31:13 +01:00
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
2015-06-01 21:24:36 +02:00
<summary lang="en">A skin for Kodi by theDeadMan</summary>
2016-12-05 23:21:15 +01:00
<description lang="en">Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss. Skin Shortcuts addon support is available for full menu customisation.</description>
2015-03-27 21:31:13 +01:00
<platform>all</platform>
2016-12-05 23:21:15 +01:00
<license>Creative Commons Attribution-Noncommercial-Share Alike 3.0</license>
2015-03-27 21:31:13 +01:00
<forum></forum>
2016-12-19 17:38:47 +01:00
<source>https://github.com/chrisbevan/skin.pellucid/tree/Krypton</source>
2016-11-17 18:38:24 +01:00
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
2016-12-05 23:21:15 +01:00
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
</assets>
2015-03-27 21:31:13 +01:00
</extension>
2014-09-28 20:47:53 +02:00
</addon>