summaryrefslogtreecommitdiffstats
path: root/addons/xbmc.json/addon.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'addons/xbmc.json/addon.xml.in')
-rw-r--r--addons/xbmc.json/addon.xml.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/xbmc.json/addon.xml.in b/addons/xbmc.json/addon.xml.in
new file mode 100644
index 0000000..6f09fa2
--- /dev/null
+++ b/addons/xbmc.json/addon.xml.in
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="xbmc.json" version="@JSONRPC_VERSION@" provider-name="Team XBMC">
+ <backwards-compatibility abi="6.0.0"/>
+ <requires>
+ <import addon="xbmc.core" version="0.1.0"/>
+ </requires>
+</addon>