-
Notifications
You must be signed in to change notification settings - Fork 21
/
install.rdf
26 lines (24 loc) · 1.04 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
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<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>thunderbird-filelink@mega.nz</em:id>
<em:version>3.0</em:version>
<em:type>2</em:type>
<em:unpack>false</em:unpack>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>13.0</em:minVersion>
<em:maxVersion>60.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>MEGAbird</em:name>
<em:description>Add MEGA support to Thunderbird's Filelink feature.</em:description>
<em:creator>Mega Limited</em:creator>
</Description>
</RDF>