-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
20 lines (20 loc) · 897 Bytes
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:type>2</em:type> <!-- 2 : Extension -->
<em:id>{a2c93858-87c9-4502-8d2c-00d439678560}</em:id>
<em:version>1.0</em:version>
<em:name>X-Spam-Score Column</em:name>
<em:description>Adds a column for the X-Spam-Score header.</em:description>
<em:creator>Ryan "ZDBiohazard" Turner</em:creator>
<em:targetApplication>
<Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>36.0</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>