forked from poohsen/thunderlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
executable file
·19 lines (19 loc) · 837 Bytes
/
install.rdf
File metadata and controls
executable file
·19 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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:id>thunderlink@mozilla.org</em:id>
<em:type>2</em:type>
<em:name>ThunderLink</em:name>
<em:version>1.2.0</em:version>
<em:creator>Christoph Zwirello</em:creator>
<em:description>Link from your browser to your email messages!</em:description>
<em:optionsURL>chrome://thunderlink/content/preferences.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- Thunderbird -->
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>24.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>