a4a1f9bd2b
Switching to scholar@chnm.gmu.edu -- SVN folks should rename the text file in their FF profile directories. (Used to be scholar@chnm, so you need to make the change even if you hadn't changed to the GUID yet.) Anyone who's tried the XPI yet will need to reinstall just once from the URL (http://chnm.gmu.edu/firefoxscholar/download/scholar-dev.xpi), as the old version won't find updates with its id.
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>
|