<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <_name>Align</_name>
  <id>com.gmail.norman.n.brian.Grid_Align</id>
  <dependency type="executable" location="extensions">Grid_Align.py</dependency>
  <dependency type="executable" location="extensions">inkex.py</dependency>
  <param name="gw" type="int" min="1" max="2000" _gui-text="What is the grid width">64</param>
  <param name="gh" type="int" min="1" max="2000" _gui-text="What is the grid height">64</param>
  <effect>
    <object-type>all</object-type>
    <effects-menu>
       <submenu _name="Grid"/>
    </effects-menu>
  </effect>
  <script>
    <command reldir="extensions" interpreter="python">Grid_Align.py</command>
  </script>
</inkscape-extension>