summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_custom/install.rdf
blob: 2bf7c6e2ef85dc99f1730fa463c85e1e9af0e8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>inlinesettings1@tests.mozilla.org</em:id>
    <em:name>Inline Settings (Bootstrap)</em:name>
    <em:version>1</em:version>
    <em:bootstrap>true</em:bootstrap>

    <em:targetApplication>
      <Description>
        <em:id>toolkit@mozilla.org</em:id>
        <em:minVersion>0</em:minVersion>
        <em:maxVersion>*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>

</RDF>