mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:27:59 +01:00
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
|
<Description about="urn:mozilla:install-manifest">
|
|
<em:id>muttator@mozdev.org</em:id>
|
|
<em:name>Muttator</em:name>
|
|
<em:version>###VERSION###</em:version>
|
|
<em:description>Make Thunderbird behave like Vim</em:description>
|
|
<em:creator>Martin Stubenschrott</em:creator>
|
|
<em:homepageURL>http://vimperator.org/</em:homepageURL>
|
|
<em:iconURL>chrome://muttator/skin/icon.png</em:iconURL>
|
|
<em:optionsURL>chrome://liberator/content/preferences.xul</em:optionsURL>
|
|
<em:file>
|
|
<Description about="urn:mozilla:extension:file:vimperator.jar">
|
|
<em:package>content/muttator/</em:package>
|
|
</Description>
|
|
</em:file>
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
|
<em:minVersion>3.0b3</em:minVersion>
|
|
<em:maxVersion>3.0</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</RDF>
|
|
|
|
<!-- vim: set fdm=marker sw=4 ts=4 et: -->
|