<addon id="plugin.video.fenlight" name="Fen Light" provider-name="Tikipeter" version="1.0.40">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
        <import addon="script.module.requests" version="2.19.1"/>
    </requires>
    <extension library="resources/lib/fenlight.py" point="xbmc.python.pluginsource">
        <provides>video</provides>
    </extension>
    <extension library="resources/lib/service.py" point="xbmc.service"/>
    <extension library="resources/lib/" point="xbmc.python.module"/>
    <extension point="xbmc.addon.metadata">
        <reuselanguageinvoker>true</reuselanguageinvoker>
        <summary lang="en">Access your content from Easynews and Debrid Clouds.</summary>
        <description lang="en">This add-on is intended for advanced Kodi users only. You must own the content of any media you play through this addon. This is an English language only add-on.</description>
        <platform>all</platform>
		<disclaimer lang="en">The author of this addon does not host any of the content which is found and has no affiliation with any of the content providers.</disclaimer>
        <license/>
        <assets>
            <icon>resources/media/fenlight_icon.png</icon>
            <fanart>resources/media/fenlight_fanart2.jpg</fanart>
        </assets>
        <news>INFO: For latest changes see Changelog within Tools of add-on.</news>
    </extension>
</addon>