mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 16:17:57 +01:00
23 lines
869 B
XML
23 lines
869 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="pentadactyl@dactyl.googlecode.com"
|
|
em:name="Pentadactyl"
|
|
em:version="1.0b2pre"
|
|
em:description="Firefox for Vim and Links addicts"
|
|
em:creator="Kris Maglione"
|
|
em:homepageURL="http://dactyl.sf.net/Pentadactyl"
|
|
em:iconURL="chrome://pentadactyl/skin/icon.png"
|
|
em:optionsURL="chrome://dactyl/content/preferences.xul">
|
|
<em:targetApplication>
|
|
<Description
|
|
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
|
em:minVersion="3.5"
|
|
em:maxVersion="4.0b8pre"/>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</RDF>
|
|
|
|
<!-- vim: set fdm=marker sw=4 ts=4 et: -->
|