This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.rdf
69 lines (59 loc) · 2.83 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***** BEGIN LICENSE BLOCK *****
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*
* The Original Code is Bird Import.
*
* The Initial Developer of the Original Code is Michal Kočárek <[email protected]>.
*
* Copyright (C) 2011, Michal Kočárek. All Rights Reserved.
*
* **** END LICENSE BLOCK ***** -->
<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><!-- extension -->
<em:name>Bird Import</em:name>
<em:version>1.0.1</em:version>
<em:description>The extension allows to import e-mail messages from The Bat! mail client into Thunderbird.</em:description>
<em:creator>Michal Kočárek</em:creator>
<em:contributor>Extension icon composed from Fugue Icons (by Yusuke Kamiyamane, licensed under Creative Commons Attribution 3.0 license)
and from The Bat icon (by vicing on deviantART).</em:contributor>
<em:homepageURL>http://brainbox.cz/birdimport/</em:homepageURL>
<em:iconURL>chrome://birdimport/skin/icon.png</em:iconURL>
<em:icon64URL>chrome://birdimport/skin/icon64.png</em:icon64URL>
<em:localized>
<Description>
<em:locale>cs-CZ</em:locale>
<em:name>Bird Import</em:name>
<em:description>Rozšíření umožňuje importovat e-maily z klienta The Bat! do Thunderbirdu.</em:description>
<em:creator>Michal Kočárek</em:creator>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<!-- Thunderbird; versions 3.0+ have Gecko 1.9, versions 3.3+ have Gecko 2
Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULAppInfo).platformVersion
-->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>8.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Target platform https://developer.mozilla.org/en/OS_TARGET https://developer.mozilla.org/en/XPCOM_ABI
Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULRuntime).OS
Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULRuntime).XPCOMABI
-->
<!-- The import works currently only on Windows platforms -->
<em:targetPlatform>WINNT</em:targetPlatform>
</Description>
</RDF>