-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathaddon.xml
20 lines (20 loc) · 888 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.jsergio" name="jsergio repo" version="1.0.7" provider-name="jsergio">
<extension point="xbmc.addon.repository">
<dir>
<info>https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml.gz</info>
<checksum verify="sha256">https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml.gz.sha256</checksum>
<datadir zip="true">https://raw.githubusercontent.com/jsergio123/zips/master/</datadir>
<artdir>https://raw.githubusercontent.com/jsergio123/zips/master/</artdir>
<hashes>sha256</hashes>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_US">Repo for jsergio Add-ons</summary>
<description lang="en_US">Repo for jsergio Add-ons</description>
<platform>all</platform>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>