This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
addon.xml
42 lines (42 loc) · 2.47 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
37
38
39
40
41
42
<addon id="skin.arctic.horizon" name="Arctic Horizon" provider-name="jurialmunkey" version="0.5.75">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
<import addon="script.skinvariables" version="0.2.3" />
<import addon="script.image.resource.select" version="0.0.5" />
<import addon="plugin.video.themoviedb.helper" version="4.2.3" />
<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.19" />
<import addon="resource.images.weathericons.white" version="0.0.1" />
<import addon="resource.images.moviegenreicons.transparent" version="0.0.6" />
<import addon="resource.images.moviecountryicons.maps" version="0.0.1" />
<import addon="resource.images.arctic.waves" version="0.0.1" optional="true" />
</requires>
<extension debugging="false" defaultthemename="Textures.xbt" effectslowdown="1" point="xbmc.gui.skin">
<res aspect="16:9" default="true" folder="1080i" height="1080" width="1920" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Minimal. Simple.</summary>
<summary lang="es">Mínimo. Simple.</summary>
<summary lang="fr">Minimal. Simple.</summary>
<description lang="en">Arctic Horizon is a minimalistic skin with an emphasis on simplicity.</description>
<description lang="es">Arctic Horizon es un skin minimalista con énfasis en la simplicidad.</description>
<description lang="fr">Arctic Horizon est un habillage minimaliste mettant l'accent sur la simplicité..</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>
<screenshot>resources/screenshot-06.jpg</screenshot>
<screenshot>resources/screenshot-07.jpg</screenshot>
</assets>
</extension>
</addon>