mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-12 19:00:11 +01:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?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:skin:root">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0" />
|
|
</RDF:Seq>
|
|
|
|
<!-- skin information -->
|
|
<RDF:Description about="urn:mozilla:skin:modern/1.0"
|
|
chrome:displayName="Modern"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="modern/1.0">
|
|
<chrome:packages>
|
|
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0:chatzilla"/>
|
|
</RDF:Seq>
|
|
</chrome:packages>
|
|
</RDF:Description>
|
|
|
|
<RDF:Seq about="urn:mozilla:stylesheets">
|
|
<RDF:li resource="chrome://browser/content/browser.xul"/>
|
|
<RDF:li resource="chrome://global/content/customizeToolbar.xul"/>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://browser/content/browser.xul">
|
|
<RDF:li>chrome://chatzilla/skin/browserOverlay.css</RDF:li>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Seq about="chrome://global/content/customizeToolbar.xul">
|
|
<RDF:li>chrome://chatzilla/skin/browserOverlay.css</RDF:li>
|
|
</RDF:Seq>
|
|
</RDF:RDF>
|