-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.xml
30 lines (24 loc) · 1.17 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
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.linuxwhatelse.notify"
name="Notify"
version="2.2.2"
provider-name="linuxwhatelse">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.pyqrcode" version="0.0.2"/>
<import addon="script.module.lwe_mapper" version="1.2.5"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Official Notify-Addon for Kodi</summary>
<description lang="en_GB">The android app is in public beta and can be found in the Google Play Store and using this link: https://goo.gl/wLWpJn</description>
<license>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</license>
<website>http://www.linuxwhatelse.de</website>
<email>[email protected]</email>
<source>https://github.com/linuxwhatelse/service.linuxwhatelse.notify</source>
</extension>
</addon>