-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
20 lines (20 loc) · 1011 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="resource.images.moviegenreicons.xzener-flat" name="Movie Genre Icons - Xzener's Flat Icons" version="0.0.4" provider-name="Xzener, Gade">
<extension point="kodi.resource.images" compile="true" type="moviegenreicons" />
<requires>
<import addon="kodi.resource" version="1.0.0"/>
</requires>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Xcener's Flat Movie Genre Icons</summary>
<description lang="en_GB">Transparent flat Movie Genre Icons made by Xzener.</description>
<platform>all</platform>
<license>Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported</license>
<website>https://kodi.wiki/view/Add-on:Movie_Genre_Icons_-_Xzener%27s_Flat_Icons</website>
<source>https://github.com/gade01/resource.images.moviegenreicons.xzener-flat</source>
<news>[B]0.0.4[/B][CR]- Update addon.xml</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>