1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 02:10:17 +01:00
Files
pentadactyl-pm/binary/install.rdf
2011-09-22 21:08:40 -04:00

21 lines
672 B
XML

<?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="binary@dactyl.googlecode.com"
em:type="2"
em:name="Dactyl Binary Utils"
em:version="0.1"
em:description="Binary utilities for dactyl add-ons">
<em:targetApplication>
<Description
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="4.0"
em:maxVersion="9.*"/>
</em:targetApplication>
</Description>
</RDF>
<!-- vim: set fdm=marker sw=4 ts=4 et: -->