12 lines
518 B
XML
12 lines
518 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Manage Extensions...</name>
|
|
<id>org.inkscape.extension.manager</id>
|
|
<effect needs-document="false" refresh-extensions="true" implements-custom-gui="true">
|
|
<object-type>all</object-type>
|
|
<effects-menu hidden="true"/>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">manage_extensions.py</command>
|
|
</script>
|
|
</inkscape-extension>
|