forked from chrsmj/thunderbird-autoexport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
39 lines (34 loc) · 1.53 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
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<rdf:Description rdf:about="urn:mozilla:install-manifest">
<em:id>{A79E82DD-9CE6-87C7-0006-87D0FD2FCD42}</em:id>
<em:name>Automatic Export</em:name>
<em:version>0.6.0</em:version>
<em:description>Exportiert ausgewählte Kalender.</em:description>
<em:creator>Steffen Röttig</em:creator>
<em:developer>Chris Maj</em:developer>
<em:translator>Danilo Fortunato (it-IT)</em:translator>
<em:translator>Marc Forget (fr-FR)</em:translator>
<em:translator>Vladimir Levchenko (ru-RU)</em:translator>
<em:translator>velociraptor@BabelZilla (zh-TW)</em:translator>
<em:homepageURL>https://github.com/chrsmj/thunderbird-autoexport</em:homepageURL>
<em:aboutURL>chrome://autoexport/content/about.xul</em:aboutURL>
<em:optionsURL>chrome://autoexport/content/autoExportSettings.xul</em:optionsURL>
<em:iconURL>chrome://autoexport/skin/logo_autoExport.png</em:iconURL>
<em:type>2</em:type>
<em:targetApplication>
<rdf:Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>57.*</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</rdf:Description>
<!--Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
<em:minVersion>0.3</em:minVersion>
<em:maxVersion>5.0b2pre</em:maxVersion>
</Description-->
</em:targetApplication>
</rdf:Description>
</rdf:RDF>