forked from domb84/plugin.program.autocompletion
-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
24 lines (24 loc) · 1.24 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.autocompletion" name="AutoCompletion for virtual keyboard" version="2.0.3" provider-name="Philipp Temminghoff (phil65),sualfred">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.autocompletion" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="plugin.py" />
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">AutoCompletion for the virtual keyboard (needs skin support)</summary>
<description lang="en_GB">AutoCompletion for the virtual keyboard (needs skin support)</description>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<source>https://github.com/phil65/plugin.program.autocompletion</source>
<assets>
<icon>resources/icon.png</icon>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
</extension>
</addon>