RetroZilla/extensions/xforms/install.rdf
2015-10-20 23:03:22 -04:00

45 lines
1.3 KiB
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">
<em:id>@ID@</em:id>
<em:version>@PACKAGE_VERSION@</em:version>
<em:targetPlatform>@TARGET_PLATFORM@</em:targetPlatform>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Mozilla -->
<Description>
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
<em:minVersion>1.8.1</em:minVersion>
<em:maxVersion>1.8.1.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>@SEAMONKEY_VERSION@</em:minVersion>
<em:maxVersion>1.1.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Mozilla XForms</em:name>
<em:description>XForms support for Mozilla</em:description>
<em:homepageURL>http://www.mozilla.org/projects/xforms/</em:homepageURL>
</Description>
</RDF>