forked from braz96/skin.mimic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (27 loc) · 1.03 KB
/
Copy pathaddon.xml
File metadata and controls
27 lines (27 loc) · 1.03 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.mimic"
version="1.0.0"
name="Mimic"
provider-name="bryanbrazil">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.grab.fanart" version="0.13.2"/>
<import addon="script.skinshortcuts" version="0.4.2"/>
<import addon="service.library.data.provider" version="0.0.6"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="textures.xbt"
debugging="false"
effectslowdown="0.75">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Mimic by bryanbrazil</summary>
<description lang="en">Mimic: A Kodi skin with touches of reFocus and Aeon Nox. Many thanks to BigNoid and Jeroen.</description>
<summary lang="en_US">Mimic by bryanbrazil</summary>
<description lang="en_US">Mimic: A Kodi skin with touches of reFocus and Aeon Nox. Many thanks to BigNoid and Jeroen.</description>
<platform>all</platform>
</extension>
</addon>