forked from linagora/linshare-plugin-thunderbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
22 lines (22 loc) · 951 Bytes
/
install.rdf
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" 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>linshare@linagora</em:id>
<em:name>LinShare</em:name>
<em:version>1.7</em:version>
<em:creator>Linagora</em:creator>
<em:contributor>Raphael Ouazana</em:contributor>
<em:description>Send attachments with LinShare</em:description>
<em:homepageURL>http://www.linpki.org/</em:homepageURL>
<em:optionsURL>chrome://linshare/content/options.xul</em:optionsURL>
<em:iconURL>chrome://linshare/content/linshare.png</em:iconURL>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>24.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>