<?xml version="1.0" encoding="UTF-8"?>
<addons>
    <addon id="repository.streamlifepghkrepo" name="Stream Life" version="1.0" provider-name="Stream Life">
        <requires>
            <import addon="xbmc.addon" version="12.0.0"/>
        </requires>
        <extension point="xbmc.addon.repository" name="Stream Life">
            <info compressed="false">http://streamlife.xyz/pghkodi/_r3po/addons.xml</info>
            <checksum>http://streamlife.xyz/pghkodi/_r3po/addons.xml.md5</checksum>
            <datadir zip="true">http://streamlife.xyz/pghkodi/_r3po/</datadir>
            <hashes>false</hashes>
        </extension>
        <extension point="xbmc.addon.metadata">
            <summary>Repo for Stream Life Add-ons and Wizards</summary>
            <description>The description can be longer. Using [CR] you can create a newline. The use of other markup is not advised.</description>
            <platform>all</platform>
    </extension>
</addon>

<addon id="plugin.program.streamlifepghkwizard" name="Stream Life Wizard" version="18.3.3" provider-name="Stream Life">
  <requires>
    <import addon="xbmc.python" version="2.1.0"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.service" library="startup.py" start="startup" />
  <extension point="xbmc.addon.metadata">
    <summary lang="en">Stream Life Wizard</summary>
    <description lang="en">The Stream Life Wizard is the simplest way to install and update Stream Life builds for Kodi.</description>
    <platform>all</platform>
  </extension>
</addon>
</addons>
