-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
executable file
·23 lines (23 loc) · 813 Bytes
/
addon.xml
File metadata and controls
executable file
·23 lines (23 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.flow" version="0.0.2" name="Flow" provider-name="roidy">
<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Flow by roidy</summary>
<platform>all</platform>
<license></license>
<forum></forum>
<website></website>
<email></email>
<source></source>
<assets>
<icon>resources/icon.png</icon>
<fanart></fanart>
</assets>
</extension>
</addon>