mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
18 lines
564 B
XML
18 lines
564 B
XML
<?xml version="1.0"?>
|
|
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
|
<Seq about="urn:mozilla:package:root">
|
|
<li resource="urn:mozilla:package:sessionmanager"/>
|
|
</Seq>
|
|
|
|
<Description about="urn:mozilla:package:sessionmanager" chrome:name="sessionmanager"/>
|
|
|
|
<Seq about="urn:mozilla:overlays">
|
|
<li resource="chrome://navigator/content/navigator.xul"/>
|
|
</Seq>
|
|
|
|
<Seq about="chrome://navigator/content/navigator.xul">
|
|
<li>chrome://sessionmanager/content/sessionmanager.xul</li>
|
|
</Seq>
|
|
</RDF>
|