summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/fennec-tile-testapp/install.rdf
blob: e80fb845cc83b77c88b09d67240b38390f0e65f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<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>tile@roy</em:id>
    <em:name>tile</em:name>
    <em:version>1.0</em:version>
    <em:creator>Roy</em:creator>
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
        <em:minVersion>1.5</em:minVersion>
        <em:maxVersion>3.5.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>