forked from pecinko/quartz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
19 lines (17 loc) · 831 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<addon id="skin.quartz3.plexbmc" version="0.7.6" name="Quartz V3 plexbmc" provider-name="hippojay (original skin by Pecinko)">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
<import addon="script.favourites" version="4.0.4"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="Textures.xbt"
debugging="true">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Apple TV style skin</summary>
<description>Inspired by Apple TV interface Quartz brings easy to use, fast and flexible user interface. If you believe that sometimes less means more, you might feel right at home with Quartz. Skin graphics by Baswazz.</description>
</extension>
</addon>