<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.covenant" version="1.1.14" name="Covenant" provider-name="Covenant">
	<requires>
		<import addon="xbmc.python" version="2.19.0" />
		<import addon="script.covenant.artwork" version="1.0.0" />
		<import addon="script.covenant.metadata" version="1.0.0" />
		<import addon="script.module.urlresolver" version="3.0.0" />
		<import addon="script.module.metahandler" version="1.0.0" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="covenant.py">
		<provides>video</provides>
	</extension>
	<extension point="xbmc.service" library="service.py" start="startup" />
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Covenant</summary>
		<description lang="en">[I]A New Generation[/I][CR][CR][B]Covenant Movies and TV[/B][CR][CR]This addon does not form part of the Kodi Media Centre. Please do not seek assistance with this addon from any of the Official Kodi Support Channels.[CR][CR]The author does not host any of the content in this addon and takes no responsibility for content found.</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<forum></forum>
		<website></website>
		<source></source>
		<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>

		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
    			<screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
    			<screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
    			<screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
		</assets>
		<news>[B]1.1.13[/B][CR]Code cosmetics</news>
	</extension>
</addon>
