]> git.donarmstrong.com Git - dactyl.git/blob - binary/install.rdf
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / binary / install.rdf
1 <?xml version="1.0"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4     <Description about="urn:mozilla:install-manifest"
5         em:id="binary@dactyl.googlecode.com"
6         em:type="2"
7         em:name="Dactyl Binary Utils"
8         em:version="0.1"
9         em:description="Binary utilities for dactyl add-ons"
10         em:unpack="true">
11
12         <em:targetApplication>
13             <Description
14                 em:id="toolkit@mozilla.org"
15                 em:minVersion="4.0"
16                 em:maxVersion="9.*"/>
17         </em:targetApplication>
18
19         <em:targetApplication>
20             <Description
21                 em:id="toolkit@mozilla.org"
22                 em:minVersion="4.0"
23                 em:maxVersion="9.*"/>
24         </em:targetApplication>
25
26         <em:targetApplication>
27             <Description
28                 em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
29                 em:minVersion="4.0"
30                 em:maxVersion="9.*"/>
31         </em:targetApplication>
32     </Description>
33 </RDF>
34
35 <!-- vim: set fdm=marker sw=4 ts=4 et: -->