mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
28 lines
1013 B
XML
28 lines
1013 B
XML
<?xml version="1.0"?>
|
|
|
|
#filter substitution
|
|
|
|
<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">
|
|
<!-- make this id as short as possible due to a bug with the palm deskop and long path names.
|
|
Change nsPalmSyncSupport.cpp if the id value -->
|
|
<em:id>p@m</em:id>
|
|
<em:version>@EXTENSION_VERSION@</em:version>
|
|
|
|
<em:targetApplication>
|
|
<!-- Thunderbird -->
|
|
<Description>
|
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
|
<em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
|
|
<em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
<em:name>Palm Sync</em:name>
|
|
<em:description>Palm address book synchronization.</em:description>
|
|
<em:creator>Team Thunderbird</em:creator>
|
|
<em:homepageURL>http://kb.mozillazine.org/PalmSync_-_Thunderbird</em:homepageURL>
|
|
</Description>
|
|
</RDF>
|