23 lines
718 B
XML
23 lines
718 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">
|
|
|
|
<em:id>zotero@chnm.gmu.edu</em:id>
|
|
<em:name>Zotero</em:name>
|
|
<em:version>6.0.31.SOURCE</em:version>
|
|
<em:multiprocessCompatible>false</em:multiprocessCompatible>
|
|
<em:type>2</em:type> <!-- type=extension -->
|
|
|
|
<!-- Firefox -->
|
|
<em:targetApplication>
|
|
<Description>
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
<em:minVersion>45.0</em:minVersion>
|
|
<em:maxVersion>45.*</em:maxVersion>
|
|
</Description>
|
|
</em:targetApplication>
|
|
|
|
</Description>
|
|
</RDF>
|