zotero/install.rdf
David Norton ce26db3495 Closes #12, credits panel.
This custom credits panel gives us more flexibility. Also, there is an About link which is certainly easier to find than right-clicking on the extension in the Add-ons window.
2006-07-06 20:43:32 +00:00

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>scholar@chnm.gmu.edu</em:id>
<em:name>Scholar for Firefox</em:name>
<em:version>1.0a1.SVN</em:version>
<em:description>A bibliographic management and note-taking tool</em:description>
<em:creator>Center for History and New Media<br/>George Mason University</em:creator>
<em:contributor>Dan Cohen</em:contributor>
<em:contributor>Josh Greenberg</em:contributor>
<em:developer>Simon Kornblith</em:developer>
<em:developer>David Norton</em:developer>
<em:developer>Dan Stillman</em:developer>
<em:homepageURL>http://chnm.gmu.edu/tools/firefoxscholar/</em:homepageURL>
<em:optionsURL>chrome://scholar/content/preferences.xul</em:optionsURL>
<em:aboutURL>chrome://scholar/content/about.xul</em:aboutURL>
<!--<em:iconURL>chrome://scholar/skin/mainicon.png</em:iconURL>-->
<em:updateURL>http://chnm.gmu.edu/firefoxscholar/download/update-svn.rdf</em:updateURL>
<em:type>2</em:type> <!-- type=extension -->
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0a1+</em:minVersion>
<em:maxVersion>3.0+</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>