RetroZilla/extensions/tridentprofile/resources/content/contents.rdf
2015-10-20 23:03:22 -04:00

28 lines
948 B
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:package:root">
<RDF:li resource="urn:mozilla:package:tridentprofile"/>
</RDF:Seq>
<!-- package information -->
<RDF:Description about="urn:mozilla:package:tridentprofile"
chrome:displayName="Profile Migrator"
chrome:author="mozilla.org"
chrome:name="profile"
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__">
</RDF:Description>
<!-- overlay information -->
<RDF:Seq about="urn:mozilla:overlays">
<RDF:li resource="chrome://navigator/content/navigatorOverlay.xul"/>
</RDF:Seq>
<RDF:Seq about="chrome://navigator/content/navigatorOverlay.xul">
<RDF:li>chrome://tridentprofile/content/tridentNavigatorOverlay.xul</RDF:li>
</RDF:Seq>
</RDF:RDF>