-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
14 lines (14 loc) · 817 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.supmagc" name="supmagc's Kodi Repo" version="1.2.1" provider-name="supmagc">
<extension point="xbmc.addon.repository" name="supmagc's Kodi Repo">
<info compressed="false">https://github.com/supmagc/kodi-addons/raw/master/addons.xml</info>
<checksum>https://github.com/supmagc/kodi-addons/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/supmagc/kodi-addons/raw/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Add-ons and updates from supmagc's Kodi Repo</summary>
<description>Add-ons and updates from supmagc's Kodi Repo. Mainly existing addons refurbished for personal use.</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>