mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
ca961954c9
MozReview-Commit-ID: HtH8z4rBSMY --HG-- extra : rebase_source : 90a1269a6dd166cc77080d86f902c19d0a6e162c
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?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>quitter@mozilla.org</em:id>
|
|
<em:version>2016.03.10</em:version>
|
|
<em:type>2</em:type>
|
|
|
|
<!-- Target Application this extension can install into,
|
|
with minimum and maximum supported versions. -->
|
|
<em:targetApplication>
|
|
<Description>
|
|
<!-- Firefox -->
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>45.0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<!-- Fennec -->
|
|
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
|
|
<em:minVersion>45.0</em:minVersion>
|
|
<em:maxVersion>*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<!-- Front End MetaData -->
|
|
<em:name>Quitter</em:name>
|
|
<em:description>Adds a quit method that content pages can use to quit the application.</em:description>
|
|
<em:creator>Mozilla</em:creator>
|
|
</Description>
|
|
</RDF>
|