-
Notifications
You must be signed in to change notification settings - Fork 5
/
install.rdf
35 lines (26 loc) · 1 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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>{ff7e40e0-08b4-11d9-9669-0800200c9a66}</em:id>
<em:name>Sender Verification Extension</em:name>
<em:description>Protects you from phishing.</em:description>
<em:version>0.9.0.6</em:version>
<em:creator>Joshua Tauberer (http://razor.occams.info)</em:creator>
<em:homepageURL>http://razor.occams.info/code/spf</em:homepageURL>
<em:optionsURL>chrome://spf/content/options.xul</em:optionsURL>
<em:file>
<Description about="urn:mozilla:extension:file:sve.jar">
<em:package>content/</em:package>
</Description>
</em:file>
<em:targetApplication>
<Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0.0.0</em:minVersion>
<em:maxVersion>3.*.*.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>