<addon id="script.module.magneto" version="6.05.01" name="Magneto Module" provider-name="Magneto">
	<requires>
		<import addon="xbmc.python" version="3.0.0" />
		<import addon="script.module.requests" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="lib/router.py">
		<provides>executable video</provides>
	</extension>
	<extension point="xbmc.service" library="lib/service.py" />
	<extension point="xbmc.python.module" library="lib" />
	<extension point="xbmc.addon.metadata">
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<summary>Magneto Module</summary>
		<description>A module to query magnet providers.[CR][CR]This is a Non-profit resource, organized solely for educational purposes which is protected under the Fair-Use doctrine of the Copyright Act, Specifically section 107, which does promote freedom of expression, by permitting the unlicensed use of copyright-protected works.</description>
		<disclaimer>The author does not host or own any content found within this addon. The author is not responsible for the content found using this addon. The author is not responsible for the use of this addon.</disclaimer>
		<assets><icon>resources/magneto.png</icon></assets>
	</extension>
</addon>
