![]() ![]() | ![]() |
Add iconURL. Add Kelli Shaver as contributor for preference icons. Add skin directory. Specify FF1.5+ options URL directly now that FF 1.0 support is being dropped.
1: <?xml version="1.0"?> 2: 3: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 4: xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 5: <Description about="urn:mozilla:install-manifest"> 6: <em:name>annozilla</em:name> 7: <em:version>0.7.0.a.4</em:version> 8: <em:description>Use an Annotea annotations server</em:description> 9: <em:iconURL>chrome://annozilla/skin/icons/globe.png</em:iconURL> 10: <em:creator>Matthew Wilson</em:creator> 11: <em:contributor>Doug Daniels</em:contributor> 12: <em:contributor>Jeffrey Phillips</em:contributor> 13: <em:contributor>Dr. Katsuhiko Tsujino</em:contributor> 14: <em:contributor>Jean-Noel Avila</em:contributor> 15: <em:contributor>Eliot Setzer</em:contributor> 16: <em:contributor>C. Greg Hagerty</em:contributor> 17: <em:contributor>Preference icons created by Kelli Shaver, http://www.kellishaver.com/</em:contributor> 18: <em:contributor>Annotation icons © W3C</em:contributor> 19: <em:homepageURL>http://annozilla.mozdev.org</em:homepageURL> 20: <em:updateURL>http://annozilla.mozdev.org/annozilla-update.rdf</em:updateURL> 21: <em:id>{6a0d8528-3350-49b8-b26f-ea49fd8ea706}</em:id> 22: <!-- Firefox --> 23: <em:targetApplication> 24: <Description> 25: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 26: <em:minVersion>1.5.0.8</em:minVersion> 27: <em:maxVersion>2.0.0.*</em:maxVersion> 28: </Description> 29: </em:targetApplication> 30: <em:file> 31: <Description about="urn:mozilla:extension:file:annozilla.jar"> 32: <em:skin>skin/annozilla/</em:skin> 33: <em:package>content/annozilla/</em:package> 34: <em:locale>locale/en-US/annozilla/</em:locale> 35: <em:locale>locale/fr-FR/annozilla/</em:locale> 36: <em:locale>locale/ja-JP/annozilla/</em:locale> 37: </Description> 38: </em:file> 39: <em:optionsURL>chrome://annozilla/content/prefs/firefox/1.5/prefs-container.xul</em:optionsURL> 40: <!-- Dependencies --> 41: <!-- commented out for now 42: <em:requires> 43: <Description> 44: <em:id>{1a78ab42-f996-4c90-a649-4e7a2dcad5c0}</em:id> 45: <em:name>annotations</em:name> 46: <em:homepageURL>http://annozilla.mozdev.org/</em:homepageURL> 47: <em:updateURL>http://annozilla.mozdev.org/annotations-update.rdf</em:updateURL> 48: <em:minVersion>0.4.0</em:minVersion> 49: <em:maxVersion>0.4.*</em:maxVersion> 50: </Description> 51: </em:requires> 52: <em:requires> 53: <Description> 54: <em:id>{f2ba8b04-849e-4818-861c-46a2b838326a}</em:id> 55: <em:name>xpointerlib</em:name> 56: <em:homepageURL>http://xpointerlib.mozdev.org/</em:homepageURL> 57: <em:updateURL>http://xpointerlib.mozdev.org/xpointerlib-update.rdf</em:updateURL> 58: <em:minVersion>0.2.5</em:minVersion> 59: <em:maxVersion>0.2.5</em:maxVersion> 60: </Description> 61: </em:requires> 62: --> 63: </Description> 64: </RDF>