tools/quitter/install.rdf

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/quitter/install.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     1.7 +     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     1.8 +
     1.9 +  <Description about="urn:mozilla:install-manifest">
    1.10 +    <em:id>quitter@mozilla.org</em:id>
    1.11 +    <em:version>2013.09.14</em:version>
    1.12 +    <em:type>2</em:type>
    1.13 +
    1.14 +    <!-- Target Application this extension can install into,
    1.15 +         with minimum and maximum supported versions. -->
    1.16 +    <em:targetApplication>
    1.17 +      <Description>
    1.18 +        <em:id>toolkit@mozilla.org</em:id>
    1.19 +#expand        <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
    1.20 +#expand        <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
    1.21 +      </Description>
    1.22 +    </em:targetApplication>
    1.23 +
    1.24 +    <!-- Front End MetaData -->
    1.25 +    <em:name>Quitter</em:name>
    1.26 +    <em:description>Adds a quit method that content pages can use to quit the application.</em:description>
    1.27 +    <em:creator>Mozilla</em:creator>
    1.28 +  </Description>
    1.29 +</RDF>

mercurial