<?xml version="1.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>{847b3a01-7ab1-11d4-8f02-006008948af5}</em:id>
|
|
<em:version>1.0.0-beta1</em:version>
|
|
<em:type>2</em:type> <!-- type = extension -->
|
|
|
|
<!-- MetaData -->
|
|
<em:name>p≡p for Thunderbird</em:name>
|
|
<em:description>p≡p message encryption and authentication</em:description>
|
|
<em:creator>Chris Fuertes</em:creator>
|
|
<em:homepageURL>https://pep.foundation/</em:homepageURL>
|
|
|
|
<em:optionsURL>chrome://p4t/content/options.xul</em:optionsURL>
|
|
|
|
<!-- Target Applications this extension can install into,
|
|
with minimum and maximum supported versions. -->
|
|
<em:targetApplication>
|
|
<!-- Thunderbird -->
|
|
<Description>
|
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
|
<em:minVersion>60.0</em:minVersion>
|
|
<em:maxVersion>99.0</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
</Description>
|
|
</RDF>
|