forked from pecinko/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
18 lines (17 loc) · 783 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<addon id="skin.quartz" version="4.1.1" name="Quartz" provider-name="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="false">
<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>