-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
22 lines (19 loc) · 842 Bytes
/
install.rdf
File metadata and controls
22 lines (19 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<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:id>ses@hansen.engineering</em:id>
<em:name>Suspicious Email Submitter</em:name>
<em:version>1.1</em:version>
<em:creator>Rob Hansen</em:creator>
<em:description>One-click submission of suspicious emails to analysis servers.</em:description>
<em:homepageURL>https://github.com/CiviCERT/suspicious-email-submitter-thunderbird/</em:homepageURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>52.9.1</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>