1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 18:07:58 +01:00
Files
pentadactyl-pm/install.rdf
Viktor Kojouharov f7681aff1f redesing of the help page to be more like vim's help. :tab command like in vim.
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.
2007-04-22 23:21:38 +00:00

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>