-
-
Save monkey-codes/93ee0f95125f846a2f12c90d07941c4a to your computer and use it in GitHub Desktop.
Kodi repository addon.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <addon id="repo.monkey" name="Code Monkeys's Kodi Addons" version="1.0.0" provider-name="monkey codes"> | |
| <requires> | |
| <import addon="xbmc.addon" version="12.0.0"/> | |
| </requires> | |
| <extension point="xbmc.addon.repository" name="Code Monkey Addon Repository"> | |
| <info compressed="false">https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/addons.xml</info> | |
| <checksum>https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/addons.xml.md5</checksum> | |
| <datadir zip="true">https://raw.githubusercontent.com/monkey-codes/kodi-monkey-repo/master/dist/</datadir> | |
| </extension> | |
| <extension point="xbmc.addon.metadata"> | |
| <summary>Code Monkey Addon Repository</summary> | |
| <description>Home of the OpenVPN Script</description> | |
| <disclaimer></disclaimer> | |
| <platform>all</platform> | |
| </extension> | |
| </addon> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment