[extra] Import Firefox 3.0 beta 5 tarball
[mozilla-extra.git] / extensions / irc / xpi / resources / install.rdf
blob6dcee585c18965ba86ffe0a029ee33d38b95c883
1 <?xml version="1.0"?>
2 #filter substitution
3 <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">
5 <!-- core data -->
6 <em:id>{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}</em:id>
7 <em:version>@CHATZILLA_VERSION@</em:version>
9 <!-- target: Mozilla, version 1.0 to 1.8 -->
10 <em:targetApplication>
11 <Description>
12 <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
13 <em:minVersion>1.0</em:minVersion>
14 <em:maxVersion>1.8</em:maxVersion>
15 </Description>
16 </em:targetApplication>
18 <!-- target: Mozilla Firefox, version 1.0 to 3.0 -->
19 <em:targetApplication>
20 <Description>
21 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
22 <em:minVersion>1.0</em:minVersion>
23 <em:maxVersion>3.0</em:maxVersion>
24 </Description>
25 </em:targetApplication>
27 <!-- target: SeaMonkey, version 1.0 to 2.0 -->
28 <em:targetApplication>
29 <Description>
30 <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
31 <em:minVersion>1.0</em:minVersion>
32 <em:maxVersion>2.0</em:maxVersion>
33 </Description>
34 </em:targetApplication>
36 <!-- target: Flock, version 0.4 to 1.0+ -->
37 <em:targetApplication>
38 <Description>
39 <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
40 <em:minVersion>0.4</em:minVersion>
41 <em:maxVersion>1.0+</em:maxVersion>
42 </Description>
43 </em:targetApplication>
45 <!-- target: Netscape Navigator, version 9.0b1 to 9.0.* -->
46 <em:targetApplication>
47 <Description>
48 <em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
49 <em:minVersion>9.0b1</em:minVersion>
50 <em:maxVersion>9.0.*</em:maxVersion>
51 </Description>
52 </em:targetApplication>
54 <!-- target: Songbird, version 0.5pre to 0.5.* -->
55 <em:targetApplication>
56 <Description>
57 <em:id>songbird@songbirdnest.com</em:id>
58 <em:minVersion>0.5pre</em:minVersion>
59 <em:maxVersion>0.6pre</em:maxVersion>
60 </Description>
61 </em:targetApplication>
63 <!-- front-end metadata -->
64 <em:name>ChatZilla</em:name>
65 <em:description>A clean, easy to use and highly extensible Internet Relay Chat (IRC) client.</em:description>
66 <em:creator>The ChatZilla Team</em:creator>
67 <em:contributor>Lim Chee Aun (graphics)</em:contributor>
68 <em:contributor>Robert Ginda</em:contributor>
69 <em:contributor>Gijs Kruitbosch</em:contributor>
70 <em:contributor>James Ross</em:contributor>
71 <em:contributor>Samuel Sieb</em:contributor>
72 <em:iconURL>chrome://chatzilla/skin/images/logo.png</em:iconURL>
73 <em:homepageURL>http://chatzilla.hacksrus.com/</em:homepageURL>
74 <em:optionsURL>javascript:opener.openDialog('chrome://chatzilla/content/config.xul','','chrome,modal,resizable');window.close();</em:optionsURL>
76 <!-- package files -->
77 <em:file>
78 <Description about="urn:mozilla:extension:file:chatzilla.jar">
79 <em:package>content/chatzilla/</em:package>
80 <em:package>content/chatzilla/ff/</em:package>
81 <em:locale>locale/en-US/chatzilla/</em:locale>
82 <em:skin>skin/modern/chatzilla/</em:skin>
83 </Description>
84 </em:file>
85 </Description>
86 </RDF>