zotero/install.rdf
Dan Stillman 90485087ed Set multiprocessCompatible to false
This is the default, but it looks like Mozilla may start enabling e10s for
extensions that don't explicitly set this to false at some point [1] before
they turn it on in all cases.

[1] https://wiki.mozilla.org/Electrolysis#Add-ons_Schedule
2016-10-11 22:39:17 -04:00

34 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.15.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>38.0</em:minVersion>
<em:maxVersion>45.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>