forked from idorel77/skin.CarPC-touch_carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
28 lines (28 loc) · 959 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
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.CarPC-touch_carbon"
version="3.1.0"
name="CarPC-touch_carbon"
provider-name="Dorel">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="Textures.xbt"
effectslowdown="0.76"
debugging="false">
<res width="1280" height="720" aspect="16:9" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">CarPC touch screen skin</summary>
<description lang="en">The skin is based on re-Touched skin(Jezz_X) modified by Dorel</description>
<disclaimer lang="en">Use this skin with a touch screen or a mouse(the pointer is not being shown)</disclaimer>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum></forum>
<website></website>
<email></email>
<source></source>
</extension>
</addon>