<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<name>Reload drawing</name>
	<id>fablabchemnitz.de.reload</id>
	<effect needs-document="true" needs-live-preview="false">
		<object-type>all</object-type>
		<effects-menu>
            <submenu name="FabLab Chemnitz"/>
		</effects-menu>
	</effect>
	<script>
		<command location="inx" interpreter="python">reload.py</command>
	</script>
</inkscape-extension>