www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

install.rdf (1411B)


      1 <?xml version="1.0"?>
      2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
      3      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
      4 
      5   <Description about="urn:mozilla:install-manifest">
      6   
      7     <em:id>zotero@chnm.gmu.edu</em:id>
      8     <em:name>Zotero</em:name>
      9     <em:version>5.0.51.SOURCE</em:version>
     10     <em:creator>Center for History and New Media<br/>George Mason University</em:creator>
     11     <em:contributor>Dan Cohen</em:contributor>
     12     <em:contributor>Sean Takats</em:contributor>
     13     <em:developer>Simon Kornblith</em:developer>
     14     <em:developer>David Norton</em:developer>
     15     <em:developer>Dan Stillman</em:developer>
     16     <em:homepageURL>http://www.zotero.org</em:homepageURL>
     17     <em:optionsURL>chrome://zotero/content/preferences/preferences.xul</em:optionsURL>
     18     <em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
     19     <em:iconURL>chrome://zotero/skin/zotero-new-z-48px.png</em:iconURL>
     20     <em:updateURL>https://www.zotero.org/download/update-source.rdf</em:updateURL>
     21     <em:multiprocessCompatible>false</em:multiprocessCompatible>
     22     <em:type>2</em:type> <!-- type=extension --> 
     23     
     24     <!-- Firefox -->
     25     <em:targetApplication>
     26       <Description>
     27         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
     28         <em:minVersion>45.0</em:minVersion>
     29         <em:maxVersion>45.*</em:maxVersion>
     30       </Description>
     31     </em:targetApplication>
     32     
     33   </Description>
     34 </RDF>