Merged revisions 10677-11457 via svnmerge from
[wvapps.git] / replytolist / install.rdf
blobf47fd3f1ae1e53ae829ba089f9dad6e83561b527
1 <?xml version="1.0"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
6 <em:id>{96e99823-43e4-41a8-8544-4eecdc246cd8}</em:id>
7 <em:name>Reply To List</em:name>
8 <em:version>0.2.0</em:version>
9 <em:creator>pmccurdy@nit.ca</em:creator>
10 <em:type>2</em:type> <!-- type=extension -->
11 <em:homepageURL>http://open.nit.ca/wiki?ReplyToListThunderbirdExtension</em:homepageURL>
12 <!-- Might be useful in the future:
13 <em:optionsURL>chrome://sampleext/content/settings.xul</em:optionsURL>
14 <em:aboutURL>chrome://sampleext/content/about.xul</em:aboutURL>
15 <em:iconURL>chrome://sampleext/skin/mainicon.png</em:iconURL>
16 <em:updateURL>http://sampleextension.mozdev.org/update.rdf</em:updateURL>
17 -->
19 <em:targetApplication>
20 <!-- Thunderbird -->
21 <Description>
22 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
23 <em:minVersion>1.5</em:minVersion>
24 <em:maxVersion>3.0</em:maxVersion>
25 </Description>
26 </em:targetApplication>
27 </Description>
28 </RDF>