-
Notifications
You must be signed in to change notification settings - Fork 9
/
install.rdf
30 lines (30 loc) · 1.6 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
<?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>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Opacus SugarCRM Thunderbird Extension Standard</em:name>
<em:version>1.6.8</em:version>
<em:iconURL>chrome://opacusSTP/content/images/icon.png</em:iconURL>
<em:creator>Mathew Bland, Jonathan Cutting, Opacus Solutions Ltd (C)2009-2018</em:creator>
<em:translator>Robert Laussegger (de-DE)</em:translator>
<em:translator>Jørn Skifter Andersen (da-DK)</em:translator>
<em:translator>Marco Buttafoco (it-IT)</em:translator>
<em:translator>Vincent Rollin (fr-FR)</em:translator>
<em:translator>Cristóbal Bonillo (es-ES)</em:translator>
<em:translator>Adelino Paulo Carvalho (pt)</em:translator>
<em:translator>Yasushi Nakamura, Marmalade (ja)</em:translator>
<em:contributor></em:contributor>
<em:description>Enables the archiving of emails into SugarCRM from Thunderbird 3 and above.</em:description>
<em:aboutURL>chrome://opacusSTP/content/opacusSTP-about.xul</em:aboutURL>
<em:optionsURL>chrome://opacusSTP/content/opacusSTP-options.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- Thunderbird -->
<em:minVersion>68.0</em:minVersion>
<em:maxVersion>72.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:homepageURL>http://www.opacus.co.uk/</em:homepageURL>
</Description>
</RDF>