mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
47 lines
1.8 KiB
Plaintext
47 lines
1.8 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||
|
|
||
|
<!-- list all the packages being supplied by this jar -->
|
||
|
<RDF:Seq about="urn:mozilla:package:root">
|
||
|
<RDF:li resource="urn:mozilla:package:chatzilla"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:chatzilla"
|
||
|
chrome:displayName="ChatZilla 0.9.75"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:authorURL="http://www.mozilla.org/projects/rt-messaging/chatzilla/"
|
||
|
chrome:description="A simple, straightforward Internet Relay Chat (IRC) client."
|
||
|
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
|
||
|
chrome:extension="true"
|
||
|
chrome:settingsURL="chrome://chatzilla/content/config.xul"
|
||
|
chrome:name="chatzilla">
|
||
|
</RDF:Description>
|
||
|
|
||
|
<!-- overlay information -->
|
||
|
<RDF:Seq about="urn:mozilla:overlays">
|
||
|
<RDF:li resource="chrome://editor/content/editorTasksOverlay.xul"/>
|
||
|
<RDF:li resource="chrome://browser/content/browser.xul"/>
|
||
|
<RDF:li resource="chrome://communicator/content/pref/preftree.xul"/>
|
||
|
<RDF:li resource="chrome://communicator/content/pref/pref-appearance.xul"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://browser/content/browser.xul">
|
||
|
<RDF:li>chrome://chatzilla/content/browserOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://editor/content/editorTasksOverlay.xul">
|
||
|
<RDF:li>chrome://chatzilla/content/chatzillaOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://communicator/content/pref/preftree.xul">
|
||
|
<RDF:li>chrome://chatzilla/content/prefsOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://communicator/content/pref/pref-appearance.xul">
|
||
|
<RDF:li>chrome://chatzilla/content/prefsOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
</RDF:RDF>
|