
I'm not sure if minVersion, like maxVersion, is now ignored without strict compatibility on. Would make sense for minVersion to still be enforced.
35 lines
1.4 KiB
XML
35 lines
1.4 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">
|
|
|
|
<em:id>zotero@chnm.gmu.edu</em:id>
|
|
<em:name>Zotero</em:name>
|
|
<em:version>4.0.29.16.SOURCE</em:version>
|
|
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
|
|
<em:contributor>Dan Cohen</em:contributor>
|
|
<em:contributor>Sean Takats</em:contributor>
|
|
<em:developer>Simon Kornblith</em:developer>
|
|
<em:developer>David Norton</em:developer>
|
|
<em:developer>Dan Stillman</em:developer>
|
|
<em:homepageURL>http://www.zotero.org</em:homepageURL>
|
|
<em:optionsURL>chrome://zotero/content/preferences/preferences.xul</em:optionsURL>
|
|
<em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
|
|
<em:iconURL>chrome://zotero/skin/zotero-new-z-48px.png</em:iconURL>
|
|
<em:updateURL>https://www.zotero.org/download/update-source.rdf</em:updateURL>
|
|
<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>
|