<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.upnext" name="Up Next" provider-name="im85288" version="1.0.2">
    <requires>
        <import addon="script.module.requests" version="2.9.1"/>
        <import addon="xbmc.python" version="2.26.0"/>
    </requires>
    <extension library="service.py" point="xbmc.service"/>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">Provides a netflix style pop up notification for watching the next episode with fancy/simple
            modes.
        </summary>
        <description lang="en_GB">Provides a netflix style pop up notification for watching the next episode with
            fancy/simple modes. A prompt to check if your still watching also occurs after a few automatically watched
            shows in a row.
        </description>
        <platform>all</platform>
        <assets>
            <icon>icon.png</icon>
            <fanart>fanart.jpg</fanart>
            <screenshot>resources/screenshot-01.jpg</screenshot>
            <screenshot>resources/screenshot-02.jpg</screenshot>
            <screenshot>resources/screenshot-03.jpg</screenshot>
            <screenshot>resources/screenshot-04.jpg</screenshot>
        </assets>
    </extension>
</addon>
