diff options
Diffstat (limited to 'addons/script.module.simplejson/addon.xml')
-rw-r--r-- | addons/script.module.simplejson/addon.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/script.module.simplejson/addon.xml b/addons/script.module.simplejson/addon.xml new file mode 100644 index 0000000000..0fbf63a5f3 --- /dev/null +++ b/addons/script.module.simplejson/addon.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="script.module.simplejson" + name="simplejson" + version="2.0.10" + provider-name="code.google.com/simplejson"> + <requires> + <import addon="xbmc.python" version="2.0"/> + </requires> + <extension point="xbmc.python.module" + library="lib" /> + <extension point="xbmc.addon.metadata"> + <platform>all</platform> + </extension> +</addon> |