forked from pecinko/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 818 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<addon id="skin.quartz" version="5.0.0" name="Quartz" provider-name="Pecinko">
<requires>
<import addon="xbmc.gui" version="5.0.1"/>
<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 lang="en">Apple TV style skin</summary>
<description lang="en">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 CloudDweller and Pecinko.</description>
</extension>
</addon>