]> git.gir.st - VimFx.git/blob - install.rdf
base for post recovert
[VimFx.git] / install.rdf
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 -->
6 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
7 <Description about="urn:mozilla:install-manifest">
8 <em:id>vimroll@akhodakivskiy.github.com</em:id>
9 <em:version>0.0.1</em:version>
10 <em:type>2</em:type>
11 <em:bootstrap>true</em:bootstrap>
12 <em:unpack>false</em:unpack>
13
14 <!-- Firefox -->
15 <em:targetApplication>
16 <Description>
17 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
18 <em:minVersion>12.0</em:minVersion>
19 <em:maxVersion>14.*</em:maxVersion>
20 </Description>
21 </em:targetApplication>
22
23 <!-- Front End MetaData -->
24 <em:name>VimRoll</em:name>
25 <em:description>Vim powered browsing</em:description>
26 <em:creator>Anton Khodakivskiy</em:creator>
27
28
29 </Description>
30 </RDF>
31
Imprint / Impressum