Version 0.5 is compatible with FF 4.0b7
[LocalLink.git] / src / install.rdf
blobcfd308ebd9f66e55c367382d07c3c334cfb0b08e
1 <?xml version="1.0"?>
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
6 <Description about="urn:mozilla:install-manifest">
7 <em:id>{15756614-ffb8-498b-b961-bce537ea94fe}</em:id>
8 <em:version>0.5</em:version>
10 <!-- Target Application this extension can install into,
11 with minimum and maximum supported versions. -->
13 <!-- Firefox -->
14 <em:targetApplication>
15 <Description>
16 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
17 <em:minVersion>2.0</em:minVersion>
18 <em:maxVersion>4.0b7</em:maxVersion>
19 </Description>
20 </em:targetApplication>
22 <!-- Front End MetaData -->
23 <em:name>LocalLink</em:name>
24 <em:description>Open links in local context.</em:description>
25 <em:creator>Michael J Gruber</em:creator>
26 <em:homepageURL>http://locallink.mozdev.org/</em:homepageURL>
28 <!-- Front End Integration Hooks (used by Extension Manager)-->
29 <!--
30 <em:optionsURL>chrome://locallink/content/options.xul</em:optionsURL>
31 <em:aboutURL>chrome://locallink/content/options.xul</em:aboutURL>
32 -->
34 </Description>
35 </RDF>