-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
23 lines (20 loc) · 895 Bytes
/
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="script.module.lwe_mapper"
name="mapper"
provider-name="linuxwhatelse"
version="1.3.0">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">Simple URL-Scheme resolver</summary>
<description lang="en_GB">Simple URL-Scheme resolver</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=245808</forum>
<website>http://www.linuxwhatelse.de</website>
<email>[email protected]</email>
<source>https://github.com/linuxwhatelse/script.module.lwe_mapper</source>
</extension>
</addon>