-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (18 loc) · 767 Bytes
/
addon.xml
File metadata and controls
21 lines (18 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.validictory"
name="validictory"
provider-name="jamesturk"
version="1.1.2">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">A general purpose Python data validator.</summary>
<description lang="en_GB">A general purpose Python data validator.</description>
<license>BSD License</license>
<website>https://pypi.org/project/validictory/</website>
<source>https://github.com/jamesturk/validictory</source>
</extension>
</addon>