-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 837 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.material" version="0.0.2-develop" name="Material" provider-name="plex-collective">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="textures.xbt" debugging="false" effectslowdown="0.75">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
<res width="1280" height="800" aspect="16:10" default="false" folder="720p"/>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">A 'Material' design concept skin for Plex Home Theater</summary>
<description> lang="en"Authored by dsNn, DeepakSoggy and Jason Mehring</description>
<platform>all</platform>
<website>https://github.com/plex-collective/skin.material</website>
<disclaimer/>
</extension>
</addon>