-
Notifications
You must be signed in to change notification settings - Fork 20
/
install.rdf
28 lines (25 loc) · 1.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
<?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>[email protected]</em:id>
<em:version>0.2.0</em:version>
<em:type>2</em:type>
<em:iconURL>chrome://castironthunderbirdclub/skin/images/tor.png</em:iconURL>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>37.*</em:minVersion>
<em:maxVersion>45.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- front-end metadata -->
<em:name>TorBirdy</em:name>
<em:description>This extension configures Thunderbird to make connections over the Tor anonymity network</em:description>
<em:creator>Jacob Appelbaum & Sukhbir Singh</em:creator>
<em:contributor>tagnaq</em:contributor>
<em:homepageURL>https://www.torproject.org/</em:homepageURL>
<em:optionsURL>chrome://castironthunderbirdclub/content/preferences.xul</em:optionsURL>
</Description>
</RDF>