mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 09:50:13 +01:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 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 skins being supplied by this theme -->
|
||
|
<RDF:Seq about="urn:mozilla:skin:root">
|
||
|
<RDF:li resource="urn:mozilla:skin:classic/1.0" />
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- classic Information -->
|
||
|
<RDF:Description about="urn:mozilla:skin:classic/1.0"
|
||
|
chrome:displayName="Classic"
|
||
|
chrome:accessKey="C"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:description="This theme simulates the familiar appearance of previous Netscape versions for the Macintosh."
|
||
|
chrome:name="classic/1.0"
|
||
|
chrome:image="preview.gif">
|
||
|
<chrome:packages>
|
||
|
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
|
||
|
<RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
|
||
|
</RDF:Seq>
|
||
|
</chrome:packages>
|
||
|
</RDF:Description>
|
||
|
|
||
|
<!-- Version Information. State that we work only with major version 1 of this
|
||
|
package. -->
|
||
|
<RDF:Description about="urn:mozilla:skin:classic/1.0:global"
|
||
|
#expand chrome:skinVersion="__MOZILLA_SKIN_VERSION__"/>
|
||
|
</RDF:RDF>
|