31 lines
1.2 KiB
XML
31 lines
1.2 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>Firefox Scholar</em:name>
|
|
<em:version>0.1pre1.SVN</em:version>
|
|
<em:description>This is a one-line description of Firefox Scholar.</em:description>
|
|
<em:creator>Center for History and New Media, George Mason University</em:creator>
|
|
<!--<em:contributor>...</em:contributor>-->
|
|
<em:homepageURL>http://chnm.gmu.edu</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>
|