mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 01:05:47 +01:00
Initial import
This commit is contained in:
27
install.rdf
Normal file
27
install.rdf
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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>{f9570b26-e246-4753-9b68-61aa95994237}</em:id>
|
||||
<em:name>Vimperator</em:name>
|
||||
<em:version>0.2</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>
|
||||
Reference in New Issue
Block a user