2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-06-01 21:24:36 +02:00
<addon id= "skin.pellucid" version= "0.5.0" name= "Pellucid" provider-name= "theDeadman" >
2015-03-27 21:31:13 +01:00
<requires >
<import addon= "xbmc.gui" version= "5.3.0" />
<import addon= "script.globalsearch" version= "1.1.1" />
2015-04-01 21:11:01 +02:00
<import addon= "script.artistslideshow" version= "1.5.0" />
2015-05-26 20:58:11 +02:00
<import addon= "script.thedeadman.functions" version= "1.0.0" />
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>
2015-04-21 11:33:24 +02:00
<description lang= "en" > Built for the living room, Pellucid is a clean and simple kodi experience designed for maximum usability and minimum fuss.</description>
2015-03-27 21:31:13 +01:00
<platform > all</platform>
<license > </license>
<forum > </forum>
2015-04-21 11:33:24 +02:00
<source > https://github.com/chrisbevan/skin.pellucid</source>
2015-03-27 21:31:13 +01:00
</extension>
2014-09-28 20:47:53 +02:00
</addon>