mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?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">
|
|
<!-- Target Application this extension can install into,
|
|
with minimum and maximum supported versions. -->
|
|
<em:targetApplication>
|
|
<Description>
|
|
<!-- thunderbird -->
|
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
|
<em:minVersion>1.0+</em:minVersion>
|
|
<em:maxVersion>1.6a1</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:targetApplication>
|
|
<Description>
|
|
<!-- firefox -->
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>1.0+</em:minVersion>
|
|
<em:maxVersion>1.6a1</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:id>{e2fda1a4-762b-4020-b5ad-a41df1933103}</em:id>
|
|
<em:name>Lightning</em:name>
|
|
<em:version>0.0.1+</em:version>
|
|
|
|
<em:description>An experimental calendar extension for Thunderbird</em:description>
|
|
<em:creator>Mozilla Foundation Calendar Squad</em:creator>
|
|
</Description>
|
|
</RDF>
|