This file is indexed.

/usr/share/kopano-webapp/plugins/webappmanual/manifest.xml is in kopano-webapp-webappmanual 3.4.6+dfsg1-1.

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
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<!DOCTYPE plugin SYSTEM "manifest.dtd">
<plugin version="2">
	<info>
		<version>0.2</version>
		<name>webappmanual</name>
		<title>WebApp Manual</title>
		<author>Kopano</author>
		<authorURL>http://www.kopano.com</authorURL>
		<description>Adds a button in the top menu bar, which directs the user to the user manual of the WebApp.</description>
	</info>
	<config>
		<configfile>config.php</configfile>
	</config>
	<components>
		<component>
			<files>
				<server>
					<serverfile>php/plugin.webappmanual.php</serverfile>
				</server>
				<client>
					<clientfile load="release">js/webappmanual.js</clientfile>
					<clientfile load="debug">js/webappmanual-debug.js</clientfile>
					<clientfile load="source">js/ManualPlugin.js</clientfile>
				</client>
			</files>
		</component>
	</components>
</plugin>