<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.buggalo" name="Buggalo Exception Collector" version="1.1.2" provider-name="twinther [tommy@winther.nu]">
    <requires>
        <import addon="xbmc.python" version="2.0"/>
        <import addon="script.module.simplejson" version="2.0.10"/>
    </requires>
    <extension point="xbmc.python.module" library="lib"/>
    <extension point="xbmc.addon.metadata">
        <summary>Automatic exception collector</summary>
        <description>This module can collect various information about an exception and the users system such as XBMC and Python versions, etc. and submit it to a url.</description>
        <license>GPLv2</license>
        <platform>all</platform>
    </extension>
</addon>
