mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
18 lines
975 B
XML
18 lines
975 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="repository.libreelec.tv"
|
|
name="[COLOR FF757677]Libre[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR] Add-ons (official)"
|
|
version="7.0.0"
|
|
provider-name="Team [COLOR FF757677]Libre[/COLOR][COLOR FF8ABEE2]ELEC[/COLOR]">
|
|
<extension point="xbmc.addon.repository"
|
|
name="LibreELEC Add-ons (official)">
|
|
<info>@ADDON_URL@/addons.xml</info>
|
|
<checksum>@ADDON_URL@/addons.xml.md5</checksum>
|
|
<datadir zip="true">@ADDON_URL@</datadir>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>LibreELEC Add-ons (official)</summary>
|
|
<description>The LibreELEC official repository contains Kodi PVR Clients, Screensavers, Visualisations, the unofficial repo installer, and more. Add-ons in this repository are maintained and supported by OpenELEC staff and sponsors. If you find a broken or non-working add-on please report it via the forums.</description>
|
|
<platform>all</platform>
|
|
</extension>
|
|
</addon>
|