mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:17:58 +01:00
26 lines
1.1 KiB
XML
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>0.2a1pre</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://dactyl/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: -->
|