This file is indexed.

/usr/share/xul-ext/foxyproxy-standard/install.rdf is in xul-ext-foxyproxy-standard 3.4-1.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<!--
  FoxyProxy
  Copyright (C) 2006-2011 Eric H. Jung and FoxyProxy, Inc.
  http://getfoxyproxy.org/
  eric.jung@yahoo.com
  
  This source code is released under the GPL license,
  available in the LICENSE file at the root of this installation
  and also online at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:em="http://www.mozilla.org/2004/em-rdf#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <Description rdf:about="urn:mozilla:install-manifest">
		<em:unpack>true</em:unpack>
<!-- begin-foxyproxy-standard -->
        <em:id>foxyproxy@eric.h.jung</em:id>
        <em:name>FoxyProxy Standard</em:name>
        <em:version>3.4</em:version>
<!-- end-foxyproxy-standard -->
<!-- begin-foxyproxy-simple
        <em:id>foxyproxy-basic@eric.h.jung</em:id>
        <em:name>FoxyProxy Basic</em:name>
        <em:version>2.4</em:version>
end-foxyproxy-simple -->
        <em:creator>FoxyProxy, Inc.</em:creator>
        <em:description>Premier proxy management for Firefox</em:description>
        <em:homepageURL>http://getfoxyproxy.org</em:homepageURL>
        <em:aboutURL>chrome://foxyproxy/content/about.xul</em:aboutURL>
        <em:optionsURL>chrome://foxyproxy/content/options.xul</em:optionsURL>
        <em:iconURL>chrome://foxyproxy/content/images/foxyproxy-nocopy.gif</em:iconURL>
        <em:targetApplication>
            <Description>
                <em:id>songbird@songbirdnest.com</em:id>
                <em:minVersion>0.4</em:minVersion>
                <em:maxVersion>*</em:maxVersion>
            </Description>
        </em:targetApplication>
        <em:targetApplication>
            <!-- Firefox -->
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>3.1b3</em:minVersion>
                <em:maxVersion>*</em:maxVersion>
            </Description>
        </em:targetApplication>
        <!-- SeaMonkey -->
        <em:targetApplication>
         <Description>
            <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
            <em:minVersion>2.0a</em:minVersion>
            <em:maxVersion>*</em:maxVersion>
          </Description>
        </em:targetApplication>  
        <!-- Thunderbird -->
        <em:targetApplication>
            <Description>
                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                <em:minVersion>3.0a1pre</em:minVersion>
                <em:maxVersion>*</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>