addons: add simplejson to default install
[xbmc.git] / addons / script.module.simplejson / addon.xml
blob0fbf63a5f3b87019f7503c843dcdf57e6dd7b8fe
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <addon id="script.module.simplejson"
3        name="simplejson"
4        version="2.0.10" 
5        provider-name="code.google.com/simplejson">
6   <requires>
7     <import addon="xbmc.python" version="2.0"/>
8   </requires>
9   <extension point="xbmc.python.module"
10              library="lib" />
11   <extension point="xbmc.addon.metadata">
12     <platform>all</platform>
13   </extension>
14 </addon>