mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 03:52:26 +01:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
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://dactyl.sourceforge.net/"
|
|
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: -->
|