fune/browser/extensions/followonsearch/install.rdf
Michael Kaply 6a168949ed Bug 1456236 - Updates codes in followonsearch. r=standard8
MozReview-Commit-ID: IyoGMSJ6JGq

--HG--
extra : rebase_source : ec8aef2aabf264daa6ae3008e809feee60602ef9
2018-04-23 13:54:19 -05:00

22 lines
925 B
XML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.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>followonsearch@mozilla.com</em:id>
<em:name>Follow-on Search Telemetry</em:name>
<em:version>0.9.7</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>52.0</em:minVersion>
<em:maxVersion>66.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>