mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 04:30:18 +01:00
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
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:unpack="true">
|
|
|
|
<em:targetApplication>
|
|
<Description
|
|
em:id="toolkit@mozilla.org"
|
|
em:minVersion="4.0"
|
|
em:maxVersion="9.*"/>
|
|
</em:targetApplication>
|
|
|
|
<em:targetApplication>
|
|
<Description
|
|
em:id="toolkit@mozilla.org"
|
|
em:minVersion="4.0"
|
|
em:maxVersion="9.*"/>
|
|
</em:targetApplication>
|
|
|
|
<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: -->
|