forked from osmc/skin.osmc.legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 805 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.osmc"
version="3.0.7"
name="OSMC"
provider-name="Hitcher">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.favourites" version="5.0.2"/>
<import addon="script.skinshortcuts" version="0.4.0"/>
<import addon="service.skin.widgets" version="0.0.27"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="1.00" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Look and feel of OSMC</summary>
<disclaimer lang="en"/>
<description lang="en">Design: Simon Brunton[CR]Code: Hitcher</description>
</extension>
</addon>