aboutsummaryrefslogtreecommitdiff
path: root/addons/script.module.simplejson/addon.xml
blob: 0fbf63a5f3b87019f7503c843dcdf57e6dd7b8fe (plain)
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="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>