addon-sdk/source/test/addons/simple-prefs-regression/app-extension/install.rdf

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0"?>
     2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     3    - License, v. 2.0. If a copy of the MPL was not distributed with this
     4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     7 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     8      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     9   <Description about="urn:mozilla:install-manifest">
    10     <em:id>xulapp@toolness.com</em:id>
    11     <em:version>1.0</em:version>
    12     <em:type>2</em:type>
    13     <em:bootstrap>true</em:bootstrap>
    14     <em:unpack>false</em:unpack>
    16     <!-- Firefox -->
    17     <em:targetApplication>
    18       <Description>
    19         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
    20         <em:minVersion>21.0</em:minVersion>
    21         <em:maxVersion>25.0a1</em:maxVersion>
    22       </Description>
    23     </em:targetApplication>
    25     <!-- Front End MetaData -->
    26     <em:name>Test App</em:name>
    27     <em:description>Harness for tests.</em:description>
    28     <em:creator>Mozilla Corporation</em:creator>
    29     <em:homepageURL></em:homepageURL>
    30     <em:optionsType></em:optionsType>
    31     <em:updateURL></em:updateURL>
    32   </Description>
    33 </RDF>

mercurial