1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 22:52:27 +01:00
Files
pentadactyl-pm/melodactyl/install.rdf
2012-04-05 02:24:12 -04:00

26 lines
1015 B
XML

<?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#"
xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
<Description about="urn:mozilla:install-manifest"
em:id="melodactyl@dactyl.googlecode.com"
em:type="2"
em:name="Melodactyl"
em:version="0.1a1pre"
em:description="Songbird for Vim and CMus junkies."
em:creator="Prathyush Thota"
em:homepageURL="http://5digits.org/"
em:iconURL="chrome://melodactyl/skin/icon.png"
em:optionsURL="chrome://dactyl/content/preferences.xul">
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>1.8.0</em:minVersion>
<em:maxVersion>1.9.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
<!-- vim: set fdm=marker sw=4 ts=4 et: -->