mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:57:58 +01:00
the extension id has changed to a more readable string. any older versions of vimperator MUST be uninstalled, otherwise there will be 2 versions of the extension in the addons list.
28 lines
965 B
XML
28 lines
965 B
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>vimperator@mozdev.org</em:id>
|
|
<em:name>Vimperator</em:name>
|
|
<em:version>0.3</em:version>
|
|
<em:description>Make Firefox work like Vim</em:description>
|
|
<em:creator>Martin Stubenschrott</em:creator>
|
|
<em:homepageURL>http://vimperator.mozdev.org</em:homepageURL>
|
|
<em:updateURL>http://downloads.mozdev.org/vimperator/update.rdf</em:updateURL>
|
|
<em:file>
|
|
<Description about="urn:mozilla:extension:file:vimperator.jar">
|
|
<em:package>content/vimperator/</em:package>
|
|
</Description>
|
|
</em:file>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>2.0</em:minVersion>
|
|
<em:maxVersion>3.0</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
</Description>
|
|
</RDF>
|