1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 08:27:59 +01:00
Files
pentadactyl-pm/xulmus/install.rdf
Doug Kearns f12fc3db2a Resurrect Xulmus.
So I can wake the neighbours, Apocalypse in 9/8 should do the trick.

--HG--
extra : rebase_source : 7bcb69c8305b738a4017ca63b502b1e73babd71f
2009-11-15 05:21:32 +11:00

26 lines
1.1 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>xulmus@vimperator.org</em:id>
<em:type>2</em:type>
<em:name>Xulmus</em:name>
<em:version>###VERSION###</em:version>
<em:description>Makes Songbird behave like Vim and CMus.</em:description>
<em:creator>Prathyush Thota</em:creator>
<em:homepageURL>http://vimperator.org</em:homepageURL>
<em:iconURL>chrome://xulmus/skin/icon.png</em:iconURL>
<em:optionsURL>chrome://liberator/content/preferences.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.8.0pre</em:minVersion>
<em:maxVersion>1.4.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
<!-- vim: set fdm=marker sw=4 ts=4 et: -->