-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
23 lines (23 loc) · 1.06 KB
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.nakamori" name="nakamori-service" version="3.6.0" provider-name="bigretromike">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.nakamori" version="3.6.0"/>
<import addon="script.module.nakamori-lib" version="3.6.0"/>
</requires>
<extension point="xbmc.service" library="nakamori_service.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Nakamori service</summary>
<description lang="en">Nakamori service to handle event in background.</description>
<website>https://shokunin.monogatari.pl/</website>
<source>http://github.com/bigretromike/nakamori.service</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<news></news>
</extension>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot></screenshot>
</assets>
</addon>