This file is indexed.

/usr/share/inkscape/extensions/pixelsnap.inx is in inkscape 0.48.5-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>PixelSnap</_name>
    <id>bryhoyt.pixelsnap</id>
	<dependency type="executable" location="extensions">pixelsnap.py</dependency>
	<_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points</_param>
    <effect>
	<effects-menu>
		<submenu _name="Modify Path"/>
	</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">pixelsnap.py</command>
    </script>
</inkscape-extension>