mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
bff53e291f
stanza. - Remove fake-account mess, replacing it with a sidebar model.
26 lines
885 B
XML
26 lines
885 B
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>0.6</em:minVersion>
|
|
<em:maxVersion>1.0+</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>
|