1 | <?xml version="1.0"?> |
---|
2 | |
---|
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
---|
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
---|
5 | |
---|
6 | <Description about="urn:mozilla:install-manifest"> |
---|
7 | <!-- Target Application this extension can install into, |
---|
8 | with minimum and maximum supported versions. --> |
---|
9 | <em:targetApplication> |
---|
10 | <!--Thunderbird --> |
---|
11 | <Description> |
---|
12 | <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
---|
13 | <em:minVersion>2.0</em:minVersion> |
---|
14 | <em:maxVersion>2.1</em:maxVersion> |
---|
15 | </Description> |
---|
16 | </em:targetApplication> |
---|
17 | |
---|
18 | <!-- Front End MetaData --> |
---|
19 | <em:id>{f56de514-f1ab-4209-8ad5-05a378d0b24b}</em:id> |
---|
20 | <em:name>dspam</em:name> |
---|
21 | <em:version>0.8</em:version> |
---|
22 | <em:description>DSPAM Extension for Thunderbird</em:description> |
---|
23 | <em:iconURL>chrome://dspam/skin/dspam-logo-eyes-small.gif</em:iconURL> |
---|
24 | <em:creator>Hugo Monteiro</em:creator> |
---|
25 | <em:optionsURL>chrome://dspam/content/options.xul</em:optionsURL> |
---|
26 | <em:homepageURL>http://dspam.sourceforge.net/contrib/plugins/thunderbird/</em:homepageURL> |
---|
27 | <!-- Front End Integration Hooks (used by Extension Manager)--> |
---|
28 | |
---|
29 | <!-- Packages, Skins and Locales that this extension registers --> |
---|
30 | <em:file> |
---|
31 | <Description about="urn:mozilla:extension:file:dspam.jar"> |
---|
32 | <em:package>content/</em:package> |
---|
33 | <em:skin>skin/</em:skin> |
---|
34 | <em:locale>locale/en-US/</em:locale> |
---|
35 | <em:locale>locale/pt-PT/</em:locale> |
---|
36 | <em:locale>locale/de-DE/</em:locale> |
---|
37 | </Description> |
---|
38 | </em:file> |
---|
39 | </Description> |
---|
40 | |
---|
41 | </RDF> |
---|