1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 19:17:59 +01:00
Files
pentadactyl-pm/xulmus/install.rdf

20 lines
814 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>xulmus@vimperator.org</em:id>
<em:type>2</em:type>
<em:name>xulmus@vimperator.org</em:name>
<em:version>###VERSION###</em:version>
<em:creator>Prathyush Thota</em:creator>
<em:description>Makes Songbird behave like Vim and CMus.</em:description>
<em:targetApplication>
<Description>
<em:id>songbird@songbirdnest.com</em:id>
<em:minVersion>0.8.0pre</em:minVersion>
<em:maxVersion>1.2.0pre</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>