<addon id="script.module.gearsscrapers" version="1.3.5" name="Gears Scrapers" provider-name="gearsscrapers">
	<requires>
		<import addon="xbmc.python" version="3.0.0" />
		<import addon="script.module.requests" />
	</requires>
	<extension point="xbmc.python.pluginsource" library="lib/default.py">
		<provides>executable</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>gearsscrapers</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>icon.png</icon></assets>
		<assets><fanart>fanart.jpg</fanart></assets>
	</extension>
</addon>
