forked from skyfsza/skin.auramod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
36 lines (36 loc) · 2.19 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version='1.0' encoding='UTF-8'?>
<addon id="skin.auramod" version="0.9.46" name="Aura[COLOR cyan]MOD[/COLOR]" provider-name="auramod,jurialmunkey,Cartmandos,marduklev,marcelveldt">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="repository.marcelveldt" version="1.0.2"/>
<import addon="repository.jurialmunkey" version="1.2"/>
<import addon="script.skin.helper.service" version="1.1.24"/>
<import addon="script.skin.helper.widgets" version="1.0.0"/>
<import addon="script.skinshortcuts" version="1.0.20"/>
<import addon="script.image.resource.select" version="0.0.5"/>
<import addon="plugin.program.autocompletion" version="1.0.1"/>
<import addon="resource.images.studios.white" version="0.0.10"/>
<import addon="resource.images.studios.coloured" version="0.0.18"/>
<import addon="resource.images.moviegenreicons.transparent" version="0.0.6"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" debugging="false" effectslowdown="1">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i"/>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Mod of aura , Minimalistic. Customisable. Multiple Widgets.</summary>
<description lang="en">Aura is highly customisable skin with multiple widgets and a horizontal home menu. Aura combines the minimalism and rounded edges of Arctic Zephyr with the sleek customisability of Horizon and Titan Bingie. [COLOR cyan]Mods to Aura by skyfsza[/COLOR]</description>
<platform>all</platform>
<license>Creative Commons Attribution Non-Commercial Share-Alike 4.0</license>
<forum/>
<source/>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
<screenshot>resources/screenshot-05.jpg</screenshot>
</assets>
</extension>
</addon>