This file is indexed.

/usr/share/xul-ext/ubiquity/install.rdf is in xul-ext-ubiquity 0.6.4~pre20140729-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
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://www.mozilla.org/2004/em-rdf#">
  <rdf:Description about="urn:mozilla:install-manifest">
    <id>ubiquity@labs.mozilla.com</id>
    <version>0.6.3</version>
    <type>2</type>
    <unpack>true</unpack>

    <!-- Target Application this extension can install into,
         with minimum and maximum supported versions. -->
    <targetApplication><rdf:Description>
      <!--Firefox--><id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
      <minVersion>28.0</minVersion>
      <maxVersion>31.0a1</maxVersion>
    </rdf:Description></targetApplication>

    <!-- Front End MetaData -->
    <name>Ubiquity</name>
    <description>An extension that allows for the use of dynamic commands in Firefox.</description>
    <creator>Mozilla Corporation</creator>
    <iconURL>chrome://ubiquity/skin/icons/ubiquibot-square.png</iconURL>
    <homepageURL>https://wiki.mozilla.org/Labs/Ubiquity</homepageURL>
    <optionsURL>chrome://ubiquity/content/preferences.xul</optionsURL>

    <translator>egamonal, toniher (ca)</translator>
    <translator>cers (da-DK)</translator>
    <translator>cmos (de)</translator>
    <translator>queltosh (es-ES)</translator>
    <translator>JTojnar (cs-CZ)</translator>
    <translator>AtteL (fi-FI)</translator>
    <translator>ccorazza, Frederic, Goofy, myahoo (fr)</translator>
    <translator>moZes (fy-NL)</translator>
    <translator>kkemenczy (hu)</translator>
    <translator>gialloporpora (it-IT)</translator>
    <translator>mar, powchin, satyr (ja)</translator>
    <translator>nathansamson (nl)</translator>
    <translator>teo (pl-PL)</translator>
    <translator>camponez (pt)</translator>
    <translator>brunomagrani, fernph (pt-BR)</translator>
    <translator>mrfyda (pt-PT)</translator>
    <translator>Quicksilver tears, SeLarin (ru-RU)</translator>
    <translator>yfdyh000 (zh-CN)</translator>
    <translator>kourge (zh-TW)</translator>
  </rdf:Description>
</rdf:RDF>