This file is indexed.

/usr/share/mozilla-extensions/diggler/install.rdf is in mozilla-diggler 0.9-21.

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
<?xml version="1.0"?>

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">

  <Description about="urn:mozilla:install-manifest">
    <em:id>{583102ea-1697-4aee-bd9b-9757892e6a5b}</em:id>
    <em:version>0.9</em:version>
      
    <!-- Target Application this extension can install into -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>0.9</em:minVersion>
        <em:maxVersion>*</em:maxVersion>
      </Description>          
    </em:targetApplication>

    <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>*</em:maxVersion>
      </Description>
    </em:targetApplication>
      
    <!-- Front End MetaData -->
    <em:name>Diggler</em:name>
    <em:description>A URL manipulation tool for power users</em:description>
    <em:creator>Adam Lock</em:creator>
    <em:homepageURL>http://diggler.mozdev.org/</em:homepageURL>
      
    <!-- Front End Integration Hooks (used by Extension Manager)-->
    <em:optionsURL>chrome://diggler/content/diggler-fb-settings.xul</em:optionsURL>
      
    <!-- Packages, Skins and Locales that this extension registers -->
    <em:file>
      <Description about="urn:mozilla:extension:file:diggler">
        <em:package>content/diggler/</em:package>
        <em:locale>locale/en-US/diggler/</em:locale>
        <em:skin>skin/modern/diggler/</em:skin>
      </Description>
    </em:file>
  </Description>

</RDF>